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 6b5bdcc9093866cf7cf0a17dbc1a660fed6c80f7
parent cbd8be430ab1b574039ab7607a03ef8b411c4974
Author: dsp56300 <dsp56300@users.noreply.github.com>
Date:   Fri,  2 Aug 2024 13:13:35 +0200

fix linux compile error

Diffstat:
Msource/nord/n2x/n2xLib/n2xstate.h | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/source/nord/n2x/n2xLib/n2xstate.h b/source/nord/n2x/n2xLib/n2xstate.h @@ -2,6 +2,7 @@ #include <array> #include <vector> +#include <cstddef> #include "n2xmiditypes.h"