1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Always #include JuceHeader.h from the include search path

This commit is contained in:
ed 2020-01-21 16:24:23 +00:00
parent a313357d39
commit 7d330ab782
20 changed files with 20 additions and 20 deletions

View file

@ -24,7 +24,7 @@
==============================================================================
*/
#include "../JuceLibraryCode/JuceHeader.h"
#include <JuceHeader.h>
#include "../UI/GraphEditorPanel.h"
#include "InternalPlugins.h"
#include "../UI/MainHostWindow.h"