add missing includes

This commit is contained in:
Sébastien Loriot 2013-02-12 17:14:42 +01:00
parent 9030392e9a
commit af5c5d542e
1 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,8 @@
#define NB_PTS_SM 10
#define PTS_WIDTH 0.01f
#include <GL/glu.h>
template <class Kernel>
struct drawing_tools{
typedef typename Kernel::Point_3 Point_3;