diff --git a/resources/customComponents/AnimatedLabel.h b/resources/customComponents/AnimatedLabel.h index 9ba46ad..25bc908 100644 --- a/resources/customComponents/AnimatedLabel.h +++ b/resources/customComponents/AnimatedLabel.h @@ -10,7 +10,7 @@ #pragma once -#include +#include <../JuceLibraryCode/JuceHeader.h> #include "../resources/lookAndFeel/MainLookAndFeel.h" //============================================================================== /* diff --git a/resources/customComponents/GainSlider.h b/resources/customComponents/GainSlider.h index a6e1df0..cae88e9 100644 --- a/resources/customComponents/GainSlider.h +++ b/resources/customComponents/GainSlider.h @@ -10,7 +10,7 @@ #pragma once -#include +#include <../JuceLibraryCode/JuceHeader.h> //============================================================================== /* diff --git a/resources/customComponents/MultiTextButton.h b/resources/customComponents/MultiTextButton.h index 1a4d3f6..dd4681d 100644 --- a/resources/customComponents/MultiTextButton.h +++ b/resources/customComponents/MultiTextButton.h @@ -10,7 +10,7 @@ #pragma once -#include +#include <../../JuceLibraryCode/JuceHeader.h> #include "../resources/lookAndFeel/MainLookAndFeel.h" //============================================================================== diff --git a/resources/customComponents/PresetListBox.h b/resources/customComponents/PresetListBox.h index 26f1038..68d1a8e 100644 --- a/resources/customComponents/PresetListBox.h +++ b/resources/customComponents/PresetListBox.h @@ -10,7 +10,7 @@ #pragma once -#include +#include <../JuceLibraryCode/JuceHeader.h> #include "../resources/lookAndFeel/MainLookAndFeel.h" class PresetListBox : public Component,