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 b610139ccfad9f4642d7ebef6fc09e901627d548
parent 2488b7fa3a7c5c2457c3e8f3757e5fdb75d40ee9
Author: dsp56300 <dsp56300@users.noreply.github.com>
Date:   Thu, 19 Dec 2024 00:21:29 +0100

add missing include

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

diff --git a/source/baseLib/filesystem.h b/source/baseLib/filesystem.h @@ -4,6 +4,7 @@ #include <vector> #include <cstdint> #include <cstddef> +#include <array> namespace baseLib {