From 17bcbfc38d2bc3170598348448cd421d2fbb07b5 Mon Sep 17 00:00:00 2001 From: Dmitry Anisimov Date: Wed, 14 Apr 2021 14:12:43 +0200 Subject: [PATCH] fixed another missing include --- .../Least_squares_plane_fit_region.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Shape_detection/include/CGAL/Shape_detection/Region_growing/Region_growing_on_polygon_mesh/Least_squares_plane_fit_region.h b/Shape_detection/include/CGAL/Shape_detection/Region_growing/Region_growing_on_polygon_mesh/Least_squares_plane_fit_region.h index 5d6ae21f8c7..2f0202cd6e1 100644 --- a/Shape_detection/include/CGAL/Shape_detection/Region_growing/Region_growing_on_polygon_mesh/Least_squares_plane_fit_region.h +++ b/Shape_detection/include/CGAL/Shape_detection/Region_growing/Region_growing_on_polygon_mesh/Least_squares_plane_fit_region.h @@ -17,7 +17,7 @@ #include // Internal includes. -#include +#include namespace CGAL { namespace Shape_detection {