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:
parent
8667ffc059
commit
aec716c36e
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue