diff --git a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/stitch_borders.h b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/stitch_borders.h index 9bcd03721a3..f3944a46198 100644 --- a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/stitch_borders.h +++ b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/stitch_borders.h @@ -566,7 +566,7 @@ std::size_t stitch_boundary_cycle(const typename boost::graph_traits stitched_hedges; + std::unordered_set stitched_hedges; std::vector stitching_starting_points; halfedge_descriptor hn = next(h, pm);