mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Fixed an include problem with the AAX build
This commit is contained in:
parent
88b1fe0d97
commit
63df487c86
1 changed files with 1 additions and 6 deletions
|
|
@ -27,12 +27,7 @@
|
||||||
|
|
||||||
#if JucePlugin_Build_AAX && (JUCE_INCLUDED_AAX_IN_MM || defined (_WIN32) || defined (_WIN64))
|
#if JucePlugin_Build_AAX && (JUCE_INCLUDED_AAX_IN_MM || defined (_WIN32) || defined (_WIN64))
|
||||||
|
|
||||||
#ifdef _MSC_VER
|
#include "../utility/juce_IncludeSystemHeaders.h"
|
||||||
#include <windows.h>
|
|
||||||
#else
|
|
||||||
#include <Cocoa/Cocoa.h>
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include "../utility/juce_IncludeModuleHeaders.h"
|
#include "../utility/juce_IncludeModuleHeaders.h"
|
||||||
#include "../utility/juce_PluginBusUtilities.h"
|
#include "../utility/juce_PluginBusUtilities.h"
|
||||||
#undef Component
|
#undef Component
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue