diff --git a/src/juce_appframework/gui/components/controls/juce_Label.cpp b/src/juce_appframework/gui/components/controls/juce_Label.cpp index 4d321d6041..3e47cddb44 100644 --- a/src/juce_appframework/gui/components/controls/juce_Label.cpp +++ b/src/juce_appframework/gui/components/controls/juce_Label.cpp @@ -34,7 +34,7 @@ BEGIN_JUCE_NAMESPACE #include "juce_Label.h" -#include "../LookAndFeel/juce_LookAndFeel.h" +#include "../lookandfeel/juce_LookAndFeel.h" //==============================================================================