diff --git a/Triangulation_on_sphere_2/demo/Triangulation_on_sphere_2/tools.h b/Triangulation_on_sphere_2/demo/Triangulation_on_sphere_2/tools.h index e0d314b32f7..134be089dab 100644 --- a/Triangulation_on_sphere_2/demo/Triangulation_on_sphere_2/tools.h +++ b/Triangulation_on_sphere_2/demo/Triangulation_on_sphere_2/tools.h @@ -7,6 +7,8 @@ #define NB_PTS_SM 10 #define PTS_WIDTH 0.01f +#include + template struct drawing_tools{ typedef typename Kernel::Point_3 Point_3;