mirror of https://github.com/CGAL/cgal
Include <CGAL/glu.h> where needed
This commit is contained in:
parent
0ed3305f2a
commit
07be7f49a5
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue