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

@ -19,7 +19,7 @@
#pragma once
#include "../JuceLibraryCode/JuceHeader.h"
#include <JuceHeader.h>
#ifndef PIP_DEMO_UTILITIES_INCLUDED
#define PIP_DEMO_UTILITIES_INCLUDED 1