From f722955b45c1833fa9125639c00c9f41c1cbf9d1 Mon Sep 17 00:00:00 2001 From: Simon Giraudot Date: Tue, 29 May 2018 12:22:46 +0200 Subject: [PATCH] Add missing includes --- Point_set_processing_3/include/CGAL/jet_estimate_normals.h | 1 + Point_set_processing_3/include/CGAL/jet_smooth_point_set.h | 1 + Point_set_processing_3/include/CGAL/pca_estimate_normals.h | 1 + 3 files changed, 3 insertions(+) diff --git a/Point_set_processing_3/include/CGAL/jet_estimate_normals.h b/Point_set_processing_3/include/CGAL/jet_estimate_normals.h index cbeaa348917..362bf0abf19 100644 --- a/Point_set_processing_3/include/CGAL/jet_estimate_normals.h +++ b/Point_set_processing_3/include/CGAL/jet_estimate_normals.h @@ -32,6 +32,7 @@ #include #include #include +#include #include #include 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 bb2135be03c..e9054ba2147 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 @@ -31,6 +31,7 @@ #include #include #include +#include #include #include diff --git a/Point_set_processing_3/include/CGAL/pca_estimate_normals.h b/Point_set_processing_3/include/CGAL/pca_estimate_normals.h index 46b62a68758..68da25df8d8 100644 --- a/Point_set_processing_3/include/CGAL/pca_estimate_normals.h +++ b/Point_set_processing_3/include/CGAL/pca_estimate_normals.h @@ -33,6 +33,7 @@ #include #include #include +#include #include #include