diff options
-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; |