From e14ca410874f8c6e862ab005204d46908ceeef89 Mon Sep 17 00:00:00 2001 From: Tom Poole Date: Thu, 14 Dec 2017 12:19:26 +0000 Subject: [PATCH] VST3: Fixed some compilation errors when building without JUCE_VST3_CAN_REPLACE_VST2 --- modules/juce_audio_plugin_client/VST3/juce_VST3_Wrapper.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/juce_audio_plugin_client/VST3/juce_VST3_Wrapper.cpp b/modules/juce_audio_plugin_client/VST3/juce_VST3_Wrapper.cpp index a27feef760..d0b65671e1 100644 --- a/modules/juce_audio_plugin_client/VST3/juce_VST3_Wrapper.cpp +++ b/modules/juce_audio_plugin_client/VST3/juce_VST3_Wrapper.cpp @@ -2711,6 +2711,8 @@ private: #endif #endif +using namespace juce; + //============================================================================== // The VST3 plugin entry point. JUCE_EXPORTED_FUNCTION IPluginFactory* PLUGIN_API GetPluginFactory()