Use system-gl.h instead of qgl.h

felipesanches-svg
Marius Kintel 2012-01-25 21:11:35 +01:00
parent 8061a36dd1
commit 1ffcaae04d
1 changed files with 1 additions and 1 deletions

View File

@ -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