mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-22 01:34:21 +00:00
AudioUnit: moved an include to help with 64-bit compiling.
This commit is contained in:
parent
770b8a4ae1
commit
6919e4ec91
1 changed files with 1 additions and 1 deletions
|
|
@ -30,9 +30,9 @@
|
|||
#include <AudioUnit/AudioUnit.h>
|
||||
#include <AudioUnit/AUCocoaUIView.h>
|
||||
#include <CoreAudioKit/AUGenericView.h>
|
||||
#include <AudioToolbox/AudioUnitUtilities.h>
|
||||
|
||||
#if JUCE_SUPPORT_CARBON
|
||||
#include <AudioToolbox/AudioUnitUtilities.h>
|
||||
#include <AudioUnit/AudioUnitCarbonView.h>
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue