Skip to content

Commit

Permalink
customComponents: update path to JuceHeader.h
Browse files Browse the repository at this point in the history
  • Loading branch information
austrianAudioJV committed Oct 17, 2023
1 parent 5c368b5 commit 01eca78
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion resources/customComponents/AnimatedLabel.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

#pragma once

#include <JuceHeader.h>
#include <../JuceLibraryCode/JuceHeader.h>
#include "../resources/lookAndFeel/MainLookAndFeel.h"
//==============================================================================
/*
Expand Down
2 changes: 1 addition & 1 deletion resources/customComponents/GainSlider.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

#pragma once

#include <JuceHeader.h>
#include <../JuceLibraryCode/JuceHeader.h>

//==============================================================================
/*
Expand Down
2 changes: 1 addition & 1 deletion resources/customComponents/MultiTextButton.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

#pragma once

#include <JuceHeader.h>
#include <../../JuceLibraryCode/JuceHeader.h>
#include "../resources/lookAndFeel/MainLookAndFeel.h"

//==============================================================================
Expand Down
2 changes: 1 addition & 1 deletion resources/customComponents/PresetListBox.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

#pragma once

#include <JuceHeader.h>
#include <../JuceLibraryCode/JuceHeader.h>
#include "../resources/lookAndFeel/MainLookAndFeel.h"

class PresetListBox : public Component,
Expand Down

0 comments on commit 01eca78

Please sign in to comment.