1
0
Fork 0
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:
jules 2015-12-30 10:41:36 +00:00
parent 88b1fe0d97
commit 63df487c86

View file

@ -27,12 +27,7 @@
#if JucePlugin_Build_AAX && (JUCE_INCLUDED_AAX_IN_MM || defined (_WIN32) || defined (_WIN64))
#ifdef _MSC_VER
#include <windows.h>
#else
#include <Cocoa/Cocoa.h>
#endif
#include "../utility/juce_IncludeSystemHeaders.h"
#include "../utility/juce_IncludeModuleHeaders.h"
#include "../utility/juce_PluginBusUtilities.h"
#undef Component