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 cad1d21630d87502da4b91495978a193f3e5fff3
parent 5e32e2637b5f2b448b195a6c184091861f343085
Author: dsp56300 <dsp56300@users.noreply.github.com>
Date:   Sat, 27 Apr 2024 14:14:18 +0200

add missing include, clang 17 is a lot more restrictive it seems

Diffstat:
Msource/synthLib/sysexToMidi.h | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/source/synthLib/sysexToMidi.h b/source/synthLib/sysexToMidi.h @@ -1,5 +1,6 @@ #pragma once +#include <cstdint> #include <ostream> #include <vector>