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

Fixed AUv3_Wrapper include path

This commit is contained in:
tpoole 2016-10-03 16:36:34 +01:00
parent b24aadcc72
commit 321ca8c070

View file

@ -52,7 +52,7 @@
#include "../../juce_core/native/juce_osx_ObjCHelpers.h"
#include "../../juce_graphics/native/juce_mac_CoreGraphicsHelpers.h"
#include "juce_AU_Shared.h"
#include "../../juce_audio_processors/format_types/juce_AU_Shared.h"
#define JUCE_VIEWCONTROLLER_OBJC_NAME(x) JUCE_JOIN_MACRO (x, FactoryAUv3)