From 5dac349b1314b630b61b28cc385fce84cea7c05e Mon Sep 17 00:00:00 2001 From: Guillaume Damiand Date: Thu, 20 Jun 2019 12:33:37 +0200 Subject: [PATCH] Add licence check --- Point_set_3/include/CGAL/draw_point_set_3.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Point_set_3/include/CGAL/draw_point_set_3.h b/Point_set_3/include/CGAL/draw_point_set_3.h index adf3afac861..416d0363456 100644 --- a/Point_set_3/include/CGAL/draw_point_set_3.h +++ b/Point_set_3/include/CGAL/draw_point_set_3.h @@ -22,6 +22,7 @@ #ifndef CGAL_DRAW_POINT_SET_3_H #define CGAL_DRAW_POINT_SET_3_H +#include #include #ifdef CGAL_USE_BASIC_VIEWER