diff options
author | Marius Kintel <marius@kintel.net> | 2012-01-25 20:11:35 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2012-01-25 20:11:35 (GMT) |
commit | 1ffcaae04d577619c1956e96bec47008098a2ed7 (patch) | |
tree | 8471f406da9d8971ef21c1168170e45d3f2d9171 /src/OGL_helper.h | |
parent | 8061a36dd1d1a24aa90a07c06067c6b507317431 (diff) |
Use system-gl.h instead of qgl.h
Diffstat (limited to 'src/OGL_helper.h')
-rw-r--r-- | src/OGL_helper.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/OGL_helper.h b/src/OGL_helper.h index 40a3e35..74f92bf 100644 --- a/src/OGL_helper.h +++ b/src/OGL_helper.h @@ -23,7 +23,7 @@ #include <CGAL/Nef_S2/OGL_base_object.h> #include <CGAL/Simple_cartesian.h> #include <CGAL/Nef_3/SNC_decorator.h> -#include <qgl.h> +#include "system-gl.h" #include <cstdlib> #define CGAL_NEF3_MARKED_VERTEX_COLOR 183,232,92 |