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 5e32e2637b5f2b448b195a6c184091861f343085
parent 13b067dd510a4d7dd8427ce81a9d8a612d15a124
Author: dsp56300 <dsp56300@users.noreply.github.com>
Date:   Thu, 25 Apr 2024 22:24:18 +0200

add missing include

Diffstat:
Msource/synthLib/os.h | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/source/synthLib/os.h b/source/synthLib/os.h @@ -1,8 +1,9 @@ #pragma once +#include <array> +#include <cstdint> #include <string> #include <vector> -#include <array> namespace synthLib {