gearmulator

Emulation of classic VA synths of the late 90s/2000s that are based on Motorola 56300 family DSPs
Log | Files | Refs | Submodules | README | LICENSE

commit 77125a8e803cf42e20dc7cc97d64cfb94ad7def1
parent 993d61cd56638c65e453496e012091df6f93ccd7
Author: dsp56300 <dsp56300@users.noreply.github.com>
Date:   Sat, 17 Jul 2021 15:35:34 +0200

fix compile error under gcc 10

Diffstat:
Msource/synthLib/resampler.h | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/source/synthLib/resampler.h b/source/synthLib/resampler.h @@ -5,6 +5,8 @@ #include <functional> #include <vector> +#include <cstdint> + #include "audiobuffer.h" namespace synthLib