Skip to content

Commit 4434b45

Browse files
committed
Fix no namespace build
Signed-off-by: falkTX <falktx@falktx.com>
1 parent 3fb96a3 commit 4434b45

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

distrho/extra/WebViewImpl.cpp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,11 @@ START_NAMESPACE_DISTRHO
242242

243243
#if WEB_VIEW_USING_X11_IPC
244244

245+
#ifdef WEB_VIEW_DGL_NAMESPACE
246+
using DISTRHO_NAMESPACE::ChildProcess;
247+
using DISTRHO_NAMESPACE::RingBufferControl;
248+
#endif
249+
245250
#ifdef __linux__
246251
typedef int32_t ipc_sem_t;
247252
#else

0 commit comments

Comments
 (0)