diff --git a/Mesh_3/include/CGAL/IO/File_medit.h b/Mesh_3/include/CGAL/IO/File_medit.h index 452fe542041..b879cef9c6f 100644 --- a/Mesh_3/include/CGAL/IO/File_medit.h +++ b/Mesh_3/include/CGAL/IO/File_medit.h @@ -31,6 +31,8 @@ #include #include +#include + namespace CGAL { namespace Mesh_3 { @@ -787,7 +789,7 @@ output_to_medit(std::ostream& os, //------------------------------------------------------- os << "Vertices\n" << tr.number_of_vertices() << '\n'; - std::map V; + boost::unordered_map V; int inum = 1; for( Finite_vertices_iterator vit = tr.finite_vertices_begin(); vit != tr.finite_vertices_end();