diff --git a/BGL/include/CGAL/boost/graph/properties_Surface_mesh.h b/BGL/include/CGAL/boost/graph/properties_Surface_mesh.h index 35a3197444c..4ecec4365c4 100644 --- a/BGL/include/CGAL/boost/graph/properties_Surface_mesh.h +++ b/BGL/include/CGAL/boost/graph/properties_Surface_mesh.h @@ -311,6 +311,9 @@ namespace boost template struct graph_has_property, CGAL::vertex_point_t> : CGAL::Tag_true {}; + template + struct graph_has_property, edge_weight_t> + : CGAL::Tag_true {}; } //boost