From 53401e246ffc0341e6f741c53287b56df845ad30 Mon Sep 17 00:00:00 2001 From: jules Date: Wed, 10 Oct 2012 21:08:05 +0100 Subject: [PATCH] Minor tweak to a Jucer template. --- extras/the jucer/src/templates/jucer_ComponentTemplate.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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%%