From cecc0debe38f624d68b5844b5429bb1c83a71ec9 Mon Sep 17 00:00:00 2001 From: Simon Giraudot Date: Tue, 7 Apr 2020 09:11:25 +0200 Subject: [PATCH] Fix missing include --- Point_set_processing_3/include/CGAL/jet_smooth_point_set.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Point_set_processing_3/include/CGAL/jet_smooth_point_set.h b/Point_set_processing_3/include/CGAL/jet_smooth_point_set.h index b36714258cf..0f26897ce79 100644 --- a/Point_set_processing_3/include/CGAL/jet_smooth_point_set.h +++ b/Point_set_processing_3/include/CGAL/jet_smooth_point_set.h @@ -28,6 +28,8 @@ #include #include +#include + #include #include