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 9503022bfca7e3945a81cb23eaef07e6307eb045
parent 0795a1f6b11e7ecc4981bbae374f4c15b227145b
Author: dsp56300 <dsp56300@users.noreply.github.com>
Date:   Sun,  2 Jun 2024 15:08:00 +0200

add missing include #202

Diffstat:
Msource/jucePluginLib/pluginVersion.h | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/source/jucePluginLib/pluginVersion.h b/source/jucePluginLib/pluginVersion.h @@ -1,5 +1,7 @@ #pragma once + #include <string> +#include <cstdint> namespace pluginLib {