commit 36291f73c47894e0616240414fbd693529f8b2b3 parent 4a87e08ad9370f2d92fb12bf0a0df69738429da4 Author: dsp56300 <dsp56300@users.noreply.github.com> Date: Sat, 31 Aug 2024 22:07:40 +0200 add missing include Diffstat:
M | source/xtJucePlugin/xtArp.h | | | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/source/xtJucePlugin/xtArp.h b/source/xtJucePlugin/xtArp.h @@ -1,6 +1,9 @@ #pragma once + #include "jucePluginLib/event.h" +#include <vector> + namespace juce { class Button;