commit f6b5f75fe6b8b0264e1ba253ae2f0b3938e32e2d parent 4f2fac9769a98cd78836b5bf7343912a95e0612d Author: dsp56300 <dsp56300@users.noreply.github.com> Date: Sun, 1 Sep 2024 16:55:18 +0200 fix uint8_t not defined Diffstat:
M | source/xtJucePlugin/xtArp.h | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/source/xtJucePlugin/xtArp.h b/source/xtJucePlugin/xtArp.h @@ -3,6 +3,7 @@ #include "jucePluginLib/event.h" #include <vector> +#include <cstdint> namespace juce {