commit 9aaa4411224f6907690186207b1f38a97f779276
parent ac2e06b123ad4f823c82d673c8949000a73e1e7d
Author: dsp56300 <dsp56300@users.noreply.github.com>
Date: Sun, 20 Mar 2022 19:26:43 +0100
fix wrong include path
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/source/jucePlugin/ui3/VirusEditor.cpp b/source/jucePlugin/ui3/VirusEditor.cpp
@@ -7,7 +7,7 @@
#include "../VirusParameterBinding.h"
#include "../version.h"
-#include "../synthLib/os.h"
+#include "../../synthLib/os.h"
namespace genericVirusUI
{