From 01261953a36c3eedca5fefb374ed2e98c58ca85d Mon Sep 17 00:00:00 2001 From: falkTX Date: Thu, 21 Oct 2021 15:11:32 +0100 Subject: [PATCH] Fix no namespace build Signed-off-by: falkTX --- distrho/src/DistrhoPluginVST3.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/distrho/src/DistrhoPluginVST3.cpp b/distrho/src/DistrhoPluginVST3.cpp index d4d797e4..48dcb64b 100644 --- a/distrho/src/DistrhoPluginVST3.cpp +++ b/distrho/src/DistrhoPluginVST3.cpp @@ -3853,6 +3853,7 @@ bool ENTRYFNNAME(void*); bool ENTRYFNNAME(void*) { // find plugin bundle + USE_NAMESPACE_DISTRHO; static String bundlePath; if (bundlePath.isEmpty()) {