From 4434b45291d520cd99a87c34f87df94ec1a0daa8 Mon Sep 17 00:00:00 2001 From: falkTX Date: Sat, 5 Apr 2025 10:15:01 +0200 Subject: [PATCH] Fix no namespace build Signed-off-by: falkTX --- distrho/extra/WebViewImpl.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/distrho/extra/WebViewImpl.cpp b/distrho/extra/WebViewImpl.cpp index e0a1831f..7c65e9dc 100644 --- a/distrho/extra/WebViewImpl.cpp +++ b/distrho/extra/WebViewImpl.cpp @@ -242,6 +242,11 @@ START_NAMESPACE_DISTRHO #if WEB_VIEW_USING_X11_IPC +#ifdef WEB_VIEW_DGL_NAMESPACE +using DISTRHO_NAMESPACE::ChildProcess; +using DISTRHO_NAMESPACE::RingBufferControl; +#endif + #ifdef __linux__ typedef int32_t ipc_sem_t; #else