commit a6f93f2da75fb69d646057c1fdc199b92f51e2da
parent c0482300576fca41e02bf5ec99ef32f963149e2d
Author: dsp56300 <dsp56300@users.noreply.github.com>
Date: Sat, 12 Feb 2022 18:46:00 +0100
fix wrong include path
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/source/jucePlugin/ui/Virus_PatchBrowser.cpp b/source/jucePlugin/ui/Virus_PatchBrowser.cpp
@@ -4,7 +4,7 @@
#include <juce_gui_extra/juce_gui_extra.h>
#include <juce_cryptography/juce_cryptography.h>
-#include "../synthLib/midiToSysex.h"
+#include "../../synthLib/midiToSysex.h"
using namespace juce;
using namespace virusLib;