diff --git a/BGL/include/CGAL/boost/graph/properties_OpenMesh.h b/BGL/include/CGAL/boost/graph/properties_OpenMesh.h index 18711f2da54..d4839468ffe 100644 --- a/BGL/include/CGAL/boost/graph/properties_OpenMesh.h +++ b/BGL/include/CGAL/boost/graph/properties_OpenMesh.h @@ -423,7 +423,11 @@ template void put(boost::vertex_point_t p, OPEN_MESH_CLASS& g, typename boost::graph_traits< OPEN_MESH_CLASS >::vertex_descriptor vd, +#if defined(CGAL_USE_OM_POINTS) const typename K::Point& point) +#else + const CGAL::Exact_predicates_inexact_constructions_kernel::Point_3& point) +#endif { put(get(p,g), vd, point); }