diff options
author | Marius Kintel <marius@kintel.net> | 2013-03-05 19:16:17 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2013-03-05 19:16:17 (GMT) |
commit | 72d3cf46599b37d11ca71b14846b16410ba11d2a (patch) | |
tree | 9d745979d6374e5e259dbbc20de4f074806bf24d /src/GLView.cc | |
parent | dc955eccb9a19fdc6ee8b5b70ea2e748a3cbbe54 (diff) |
compile fix: include opencsg.h
Diffstat (limited to 'src/GLView.cc')
-rw-r--r-- | src/GLView.cc | 4 |
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; |