From aec716c36e6236fed8d1cd0b6ab7e4c4c2d44ac3 Mon Sep 17 00:00:00 2001 From: ed Date: Wed, 24 Oct 2018 11:54:08 +0100 Subject: [PATCH] VST3: Fixed an incorrect VST2 SDK include path --- modules/juce_audio_plugin_client/VST3/juce_VST3_Wrapper.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 d2c56c7c3c..f299837c4b 100644 --- a/modules/juce_audio_plugin_client/VST3/juce_VST3_Wrapper.cpp +++ b/modules/juce_audio_plugin_client/VST3/juce_VST3_Wrapper.cpp @@ -52,7 +52,7 @@ #if JUCE_VST3_CAN_REPLACE_VST2 namespace Vst2 { -#include "../../pluginterfaces/vst2.x/vstfxstore.h" +#include "pluginterfaces/vst2.x/vstfxstore.h" } #endif