1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-07 04:10:08 +00:00

Added a projucer workaround to the AAX wrapper

This commit is contained in:
jules 2015-12-21 14:20:29 +00:00
parent a99d78318b
commit 66a4f56cd7

View file

@ -26,6 +26,7 @@
// and your header search path must make it accessible to the module's files.
#include "AppConfig.h"
#include "../../juce_core/native/juce_mac_ClangBugWorkaround.h"
#include "../utility/juce_CheckSettingMacros.h"
#if JucePlugin_Build_AAX && (JUCE_INCLUDED_AAX_IN_MM || defined (_WIN32) || defined (_WIN64))