diff --git a/Shape_detection/include/CGAL/Shape_detection/Region_growing/internal/free_functions.h b/Shape_detection/include/CGAL/Shape_detection/Region_growing/internal/free_functions.h index fdb3fbd9a6d..2c6551e03d0 100644 --- a/Shape_detection/include/CGAL/Shape_detection/Region_growing/internal/free_functions.h +++ b/Shape_detection/include/CGAL/Shape_detection/Region_growing/internal/free_functions.h @@ -97,7 +97,7 @@ OutputIterator region_growing_planes_polygon_mesh( using Kernel = typename Kernel_traits::Kernel; using Face_iterator = typename boost::graph_traits::face_iterator; - using Face_range = Iterator_range; + using Face_range = Iterator_range; using Neighbor_query = Polygon_mesh::One_ring_neighbor_query; using Region_type = Polygon_mesh::Least_squares_plane_fit_region;