summaryrefslogtreecommitdiff
path: root/examples/States/ExampleUIStates.cpp
diff options
context:
space:
mode:
authorfalkTX <falktx@falktx.com>2019-08-23 18:01:36 +0100
committerfalkTX <falktx@falktx.com>2019-08-23 18:01:36 +0100
commit335cb08628ca89f01f8b5babd92b983dae147cfd (patch)
tree9dbd198a9ecdd8b7726fc662a61565209ed60918 /examples/States/ExampleUIStates.cpp
parent4a3327e0114d8e228d7f9d865b73f9ac7f9ea768 (diff)
Fix build without set-DGL-namespace
Diffstat (limited to 'examples/States/ExampleUIStates.cpp')
-rw-r--r--examples/States/ExampleUIStates.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/States/ExampleUIStates.cpp b/examples/States/ExampleUIStates.cpp
index e8881516..1f197f75 100644
--- a/examples/States/ExampleUIStates.cpp
+++ b/examples/States/ExampleUIStates.cpp
@@ -18,6 +18,11 @@
START_NAMESPACE_DISTRHO
+/**
+ We need the rectangle class from DGL.
+ */
+using DGL_NAMESPACE::Rectangle;
+
// -----------------------------------------------------------------------------------------------------------
class ExampleUIParameters : public UI