mirror of https://github.com/CGAL/cgal
Add a missing #include of OpenGL headers.
This commit is contained in:
parent
3181ed9401
commit
6f390c482e
|
|
@ -21,6 +21,7 @@
|
|||
#define CGAL_AABB_DRAWING_TRAITS_H
|
||||
|
||||
#include <CGAL/Bbox_3.h>
|
||||
#include <CGAL/gl.h>
|
||||
|
||||
namespace CGAL {
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue