Add a missing #include of OpenGL headers.

This commit is contained in:
Laurent Rineau 2011-01-10 16:26:44 +00:00
parent 3181ed9401
commit 6f390c482e
1 changed files with 1 additions and 0 deletions

View File

@ -21,6 +21,7 @@
#define CGAL_AABB_DRAWING_TRAITS_H
#include <CGAL/Bbox_3.h>
#include <CGAL/gl.h>
namespace CGAL {