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 cfd340c587f636166d85387bc19d96704f9ea873
parent 2f3fdcd869447625584141613a1e8fda910e9e19
Author: dsp56300 <dsp56300@users.noreply.github.com>
Date:   Sun,  8 Dec 2024 12:37:12 +0100

add <algorithm> include to fix compile error #232 on more recent versions of gcc/clang

Diffstat:
Msource/xtLib/xtState.cpp | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/source/xtLib/xtState.cpp b/source/xtLib/xtState.cpp @@ -3,6 +3,7 @@ #include <cassert> #include <map> #include <set> +#include <algorithm> #include "xtMidiTypes.h" #include "xt.h"