mirror of https://github.com/CGAL/cgal
add missing includes
This commit is contained in:
parent
9030392e9a
commit
af5c5d542e
|
|
@ -7,6 +7,8 @@
|
||||||
#define NB_PTS_SM 10
|
#define NB_PTS_SM 10
|
||||||
#define PTS_WIDTH 0.01f
|
#define PTS_WIDTH 0.01f
|
||||||
|
|
||||||
|
#include <GL/glu.h>
|
||||||
|
|
||||||
template <class Kernel>
|
template <class Kernel>
|
||||||
struct drawing_tools{
|
struct drawing_tools{
|
||||||
typedef typename Kernel::Point_3 Point_3;
|
typedef typename Kernel::Point_3 Point_3;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue