1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-02-03 03:30:06 +00:00

VST3: Fixed some compilation errors when building without JUCE_VST3_CAN_REPLACE_VST2

This commit is contained in:
Tom Poole 2017-12-14 12:19:26 +00:00
parent 72d91dd5bf
commit e14ca41087

View file

@ -2711,6 +2711,8 @@ private:
#endif
#endif
using namespace juce;
//==============================================================================
// The VST3 plugin entry point.
JUCE_EXPORTED_FUNCTION IPluginFactory* PLUGIN_API GetPluginFactory()