From abdedd527e6e1cf86636f0f1e8a3e75b06ed166a Mon Sep 17 00:00:00 2001 From: Matt Tytel Date: Sun, 8 Jul 2018 13:07:12 -0700 Subject: [PATCH] Got LV2 builds working again. Needs testing in DAW. --- JUCE/modules/juce_audio_plugin_client/LV2/juce_LV2_Wrapper.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/JUCE/modules/juce_audio_plugin_client/LV2/juce_LV2_Wrapper.cpp b/JUCE/modules/juce_audio_plugin_client/LV2/juce_LV2_Wrapper.cpp index 516a137d85..d12977bf1e 100644 --- a/JUCE/modules/juce_audio_plugin_client/LV2/juce_LV2_Wrapper.cpp +++ b/JUCE/modules/juce_audio_plugin_client/LV2/juce_LV2_Wrapper.cpp @@ -93,6 +93,8 @@ #define PLUGIN_EXT ".dll" #endif +using namespace juce; + /** Returns plugin type, defined in AppConfig.h or JucePluginCharacteristics.h */ const String getPluginType() {