From 01eca78c18cdca47f802280dbb5727b89d02cda0 Mon Sep 17 00:00:00 2001 From: Jay Vaughan Date: Tue, 17 Oct 2023 15:17:03 +0200 Subject: [PATCH] customComponents: update path to JuceHeader.h --- resources/customComponents/AnimatedLabel.h | 2 +- resources/customComponents/GainSlider.h | 2 +- resources/customComponents/MultiTextButton.h | 2 +- resources/customComponents/PresetListBox.h | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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,