From 85e5633b60a1b91ebffa60bc8702e777d33e9ab9 Mon Sep 17 00:00:00 2001 From: Simon Giraudot Date: Tue, 5 Dec 2017 10:13:07 +0100 Subject: [PATCH] Add missing include --- Point_set_processing_3/include/CGAL/vcm_estimate_normals.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Point_set_processing_3/include/CGAL/vcm_estimate_normals.h b/Point_set_processing_3/include/CGAL/vcm_estimate_normals.h index 492d45108b6..d377343f974 100644 --- a/Point_set_processing_3/include/CGAL/vcm_estimate_normals.h +++ b/Point_set_processing_3/include/CGAL/vcm_estimate_normals.h @@ -28,6 +28,7 @@ #include #include +#include #include #include #include