diff --git a/BGL/include/CGAL/boost/graph/generators.h b/BGL/include/CGAL/boost/graph/generators.h index 4df1422d895..8659f68738c 100644 --- a/BGL/include/CGAL/boost/graph/generators.h +++ b/BGL/include/CGAL/boost/graph/generators.h @@ -43,6 +43,11 @@ typename boost::graph_traits::face_descriptor add_face(const VertexRange& namespace internal { +template +void swap_vertices(typename boost::graph_traits::vertex_descriptor& p, + typename boost::graph_traits::vertex_descriptor& q, + FaceGraph& g); + template typename std::iterator_traits::value_type random_entity_in_range(InputIterator first, InputIterator beyond,