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