1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

VST3: Fixed an incorrect VST2 SDK include path

This commit is contained in:
ed 2018-10-24 11:54:08 +01:00
parent 8667ffc059
commit aec716c36e

View file

@ -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