Include <CGAL/glu.h> where needed

This commit is contained in:
Laurent Rineau 2011-11-09 22:45:52 +00:00
parent 0ed3305f2a
commit 07be7f49a5
3 changed files with 3 additions and 0 deletions

View File

@ -24,6 +24,7 @@
#include <CGAL/Simple_cartesian.h>
#include <CGAL/Nef_3/SNC_decorator.h>
#include <qgl.h>
#include <CGAL/glu.h>
#include <cstdlib>
#define CGAL_NEF3_MARKED_VERTEX_COLOR 183,232,92

View File

@ -24,6 +24,7 @@
#include <CGAL/basic.h>
#include <CGAL/IO/Color.h>
#include <CGAL/glu.h>
#include <GL/glut.h>
#include <cmath>
#include <cstdlib>

View File

@ -26,6 +26,7 @@
#include <CGAL/Nef_S2/SM_triangulator.h>
#include <CGAL/IO/Color.h>
#include <qgl.h>
#include <CGAL/glu.h>
#include <cmath>
#include <cstdlib>
#include <cstdio>