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:
parent
a313357d39
commit
7d330ab782
20 changed files with 20 additions and 20 deletions
|
|
@ -19,7 +19,7 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include "../JuceLibraryCode/JuceHeader.h"
|
||||
#include <JuceHeader.h>
|
||||
|
||||
#ifndef PIP_DEMO_UTILITIES_INCLUDED
|
||||
#define PIP_DEMO_UTILITIES_INCLUDED 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue