commit ea9ab044edad6d66e999bc9c1299c26f7e7d1fd8 parent 66872642c0c38fac65aca1db1b35233999f2fbe3 Author: dsp56300 <dsp56300@users.noreply.github.com> Date: Wed, 17 Apr 2024 23:01:54 +0200 create redirect includes to match Juce's expectations Diffstat:
A | source/fst/pluginterfaces/vst2.x/aeffect.h | | | 3 | +++ |
A | source/fst/pluginterfaces/vst2.x/aeffectx.h | | | 3 | +++ |
2 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/source/fst/pluginterfaces/vst2.x/aeffect.h b/source/fst/pluginterfaces/vst2.x/aeffect.h @@ -0,0 +1,3 @@ +#pragma once + +#include "../../fst/aeffect.h" diff --git a/source/fst/pluginterfaces/vst2.x/aeffectx.h b/source/fst/pluginterfaces/vst2.x/aeffectx.h @@ -0,0 +1,3 @@ +#pragma once + +#include "../../fst/aeffectx.h"