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 9f689364ee1858e91f4aa21b8a3e0364ac1c77be
parent 7f9224776a20e189163c3d7d16a9a9cc8fbe788b
Author: dsp56300 <dsp56300@users.noreply.github.com>
Date:   Thu, 15 Aug 2024 15:35:41 +0200

add missing include

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 @@ -4,6 +4,7 @@ #include <vector> #include <cstddef> #include <unordered_map> +#include <string> #include "n2xmiditypes.h" #include "n2xtypes.h"