From 01774650860ad25bc53d07c8844752dbc8a9e29c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Wed, 3 Aug 2022 09:18:27 +0200 Subject: [PATCH] add missing include directives --- .../Region_growing/Point_set/Least_squares_circle_fit_sorting.h | 1 + .../Point_set/Least_squares_cylinder_fit_sorting.h | 1 + .../Region_growing/Point_set/Least_squares_line_fit_sorting.h | 1 + .../Region_growing/Point_set/Least_squares_plane_fit_sorting.h | 1 + .../Region_growing/Point_set/Least_squares_sphere_fit_sorting.h | 1 + .../Polygon_mesh/Least_squares_plane_fit_region.h | 1 + .../Polygon_mesh/Least_squares_plane_fit_sorting.h | 1 + .../Region_growing/Polygon_mesh/Polyline_graph.h | 2 +- .../Region_growing/Segment_set/Least_squares_line_fit_sorting.h | 1 + .../CGAL/Shape_detection/Region_growing/internal/property_map.h | 1 + 10 files changed, 10 insertions(+), 1 deletion(-) diff --git a/Shape_detection/include/CGAL/Shape_detection/Region_growing/Point_set/Least_squares_circle_fit_sorting.h b/Shape_detection/include/CGAL/Shape_detection/Region_growing/Point_set/Least_squares_circle_fit_sorting.h index daca30a0be9..07615ad5bf6 100644 --- a/Shape_detection/include/CGAL/Shape_detection/Region_growing/Point_set/Least_squares_circle_fit_sorting.h +++ b/Shape_detection/include/CGAL/Shape_detection/Region_growing/Point_set/Least_squares_circle_fit_sorting.h @@ -18,6 +18,7 @@ // Internal includes. #include +#include namespace CGAL { namespace Shape_detection { diff --git a/Shape_detection/include/CGAL/Shape_detection/Region_growing/Point_set/Least_squares_cylinder_fit_sorting.h b/Shape_detection/include/CGAL/Shape_detection/Region_growing/Point_set/Least_squares_cylinder_fit_sorting.h index 03eca304957..68b90fed5d2 100644 --- a/Shape_detection/include/CGAL/Shape_detection/Region_growing/Point_set/Least_squares_cylinder_fit_sorting.h +++ b/Shape_detection/include/CGAL/Shape_detection/Region_growing/Point_set/Least_squares_cylinder_fit_sorting.h @@ -18,6 +18,7 @@ // Internal includes. #include +#include namespace CGAL { namespace Shape_detection { diff --git a/Shape_detection/include/CGAL/Shape_detection/Region_growing/Point_set/Least_squares_line_fit_sorting.h b/Shape_detection/include/CGAL/Shape_detection/Region_growing/Point_set/Least_squares_line_fit_sorting.h index 379cc76b460..57052f411e3 100644 --- a/Shape_detection/include/CGAL/Shape_detection/Region_growing/Point_set/Least_squares_line_fit_sorting.h +++ b/Shape_detection/include/CGAL/Shape_detection/Region_growing/Point_set/Least_squares_line_fit_sorting.h @@ -18,6 +18,7 @@ // Internal includes. #include +#include namespace CGAL { namespace Shape_detection { diff --git a/Shape_detection/include/CGAL/Shape_detection/Region_growing/Point_set/Least_squares_plane_fit_sorting.h b/Shape_detection/include/CGAL/Shape_detection/Region_growing/Point_set/Least_squares_plane_fit_sorting.h index 2b3953904d4..e3a2c1a8599 100644 --- a/Shape_detection/include/CGAL/Shape_detection/Region_growing/Point_set/Least_squares_plane_fit_sorting.h +++ b/Shape_detection/include/CGAL/Shape_detection/Region_growing/Point_set/Least_squares_plane_fit_sorting.h @@ -18,6 +18,7 @@ // Internal includes. #include +#include namespace CGAL { namespace Shape_detection { diff --git a/Shape_detection/include/CGAL/Shape_detection/Region_growing/Point_set/Least_squares_sphere_fit_sorting.h b/Shape_detection/include/CGAL/Shape_detection/Region_growing/Point_set/Least_squares_sphere_fit_sorting.h index d11f8feae25..9a76ab3dda8 100644 --- a/Shape_detection/include/CGAL/Shape_detection/Region_growing/Point_set/Least_squares_sphere_fit_sorting.h +++ b/Shape_detection/include/CGAL/Shape_detection/Region_growing/Point_set/Least_squares_sphere_fit_sorting.h @@ -18,6 +18,7 @@ // Internal includes. #include +#include namespace CGAL { namespace Shape_detection { diff --git a/Shape_detection/include/CGAL/Shape_detection/Region_growing/Polygon_mesh/Least_squares_plane_fit_region.h b/Shape_detection/include/CGAL/Shape_detection/Region_growing/Polygon_mesh/Least_squares_plane_fit_region.h index 80a6d4d6843..d66dd4dafff 100644 --- a/Shape_detection/include/CGAL/Shape_detection/Region_growing/Polygon_mesh/Least_squares_plane_fit_region.h +++ b/Shape_detection/include/CGAL/Shape_detection/Region_growing/Polygon_mesh/Least_squares_plane_fit_region.h @@ -18,6 +18,7 @@ // Internal includes. #include +#include namespace CGAL { namespace Shape_detection { diff --git a/Shape_detection/include/CGAL/Shape_detection/Region_growing/Polygon_mesh/Least_squares_plane_fit_sorting.h b/Shape_detection/include/CGAL/Shape_detection/Region_growing/Polygon_mesh/Least_squares_plane_fit_sorting.h index e0a12ee97b9..cdf0d7d014e 100644 --- a/Shape_detection/include/CGAL/Shape_detection/Region_growing/Polygon_mesh/Least_squares_plane_fit_sorting.h +++ b/Shape_detection/include/CGAL/Shape_detection/Region_growing/Polygon_mesh/Least_squares_plane_fit_sorting.h @@ -18,6 +18,7 @@ // Internal includes. #include +#include namespace CGAL { namespace Shape_detection { diff --git a/Shape_detection/include/CGAL/Shape_detection/Region_growing/Polygon_mesh/Polyline_graph.h b/Shape_detection/include/CGAL/Shape_detection/Region_growing/Polygon_mesh/Polyline_graph.h index dae8d58419c..3c4fb0e823c 100644 --- a/Shape_detection/include/CGAL/Shape_detection/Region_growing/Polygon_mesh/Polyline_graph.h +++ b/Shape_detection/include/CGAL/Shape_detection/Region_growing/Polygon_mesh/Polyline_graph.h @@ -17,7 +17,7 @@ #include // Internal includes. -#include +#include namespace CGAL { namespace Shape_detection { diff --git a/Shape_detection/include/CGAL/Shape_detection/Region_growing/Segment_set/Least_squares_line_fit_sorting.h b/Shape_detection/include/CGAL/Shape_detection/Region_growing/Segment_set/Least_squares_line_fit_sorting.h index 06eef50f7b2..a7b9c402c9c 100644 --- a/Shape_detection/include/CGAL/Shape_detection/Region_growing/Segment_set/Least_squares_line_fit_sorting.h +++ b/Shape_detection/include/CGAL/Shape_detection/Region_growing/Segment_set/Least_squares_line_fit_sorting.h @@ -18,6 +18,7 @@ // Internal includes. #include +#include namespace CGAL { namespace Shape_detection { diff --git a/Shape_detection/include/CGAL/Shape_detection/Region_growing/internal/property_map.h b/Shape_detection/include/CGAL/Shape_detection/Region_growing/internal/property_map.h index dc722880aa4..3dbaf555ac5 100644 --- a/Shape_detection/include/CGAL/Shape_detection/Region_growing/internal/property_map.h +++ b/Shape_detection/include/CGAL/Shape_detection/Region_growing/internal/property_map.h @@ -19,6 +19,7 @@ // CGAL includes. #include #include +#include #include // Boost includes.