diff --git a/extras/the jucer/src/templates/jucer_ComponentTemplate.h b/extras/the jucer/src/templates/jucer_ComponentTemplate.h index 6ff540245b..02270cc1b6 100644 --- a/extras/the jucer/src/templates/jucer_ComponentTemplate.h +++ b/extras/the jucer/src/templates/jucer_ComponentTemplate.h @@ -23,7 +23,7 @@ #define %%headerGuard%% //[Headers] -- You can add your own extra header files here -- -#include "juce.h" +#include "JuceHeader.h" //[/Headers] %%includeFilesH%%