summaryrefslogtreecommitdiff
path: root/src/GLView.cc
diff options
context:
space:
mode:
authorMarius Kintel <marius@kintel.net>2013-03-05 19:16:17 (GMT)
committerMarius Kintel <marius@kintel.net>2013-03-05 19:16:17 (GMT)
commit72d3cf46599b37d11ca71b14846b16410ba11d2a (patch)
tree9d745979d6374e5e259dbbc20de4f074806bf24d /src/GLView.cc
parentdc955eccb9a19fdc6ee8b5b70ea2e748a3cbbe54 (diff)
compile fix: include opencsg.h
Diffstat (limited to 'src/GLView.cc')
-rw-r--r--src/GLView.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/GLView.cc b/src/GLView.cc
index 289f5e5..f21e044 100644
--- a/src/GLView.cc
+++ b/src/GLView.cc
@@ -9,6 +9,10 @@
#include <GL/glxew.h>
#endif
+#ifdef ENABLE_OPENCSG
+#include <opencsg.h>
+#endif
+
GLView::GLView()
{
showedges = false;
contact: Jan Huwald // Impressum