mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-02 03:20:06 +00:00
Audio host header fix.
This commit is contained in:
parent
15502c2603
commit
688b22f4be
1 changed files with 2 additions and 0 deletions
|
|
@ -28,6 +28,7 @@
|
|||
|
||||
#if JUCE_PLUGINHOST_AU && ! (JUCE_LINUX || JUCE_WINDOWS)
|
||||
|
||||
#define Point CarbonDummyPointName // (workaround to avoid definition of "Point" by old Carbon headers)
|
||||
#include <AudioUnit/AudioUnit.h>
|
||||
#include <AudioUnit/AUCocoaUIView.h>
|
||||
#include <CoreAudioKit/AUGenericView.h>
|
||||
|
|
@ -36,6 +37,7 @@
|
|||
#include <AudioToolbox/AudioUnitUtilities.h>
|
||||
#include <AudioUnit/AudioUnitCarbonView.h>
|
||||
#endif
|
||||
#undef Point
|
||||
|
||||
#include "../../../core/juce_StandardHeader.h"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue