diff --git a/Periodic_3_mesh_3/include/CGAL/Periodic_3_mesh_3/IO/File_medit.h b/Periodic_3_mesh_3/include/CGAL/Periodic_3_mesh_3/IO/File_medit.h index 544a6a55e2d..950c7c976dd 100644 --- a/Periodic_3_mesh_3/include/CGAL/Periodic_3_mesh_3/IO/File_medit.h +++ b/Periodic_3_mesh_3/include/CGAL/Periodic_3_mesh_3/IO/File_medit.h @@ -295,7 +295,9 @@ void output_to_medit(std::ostream& os, // periodic meshes always print facets twice because the facet in complex // might be on the boundary of the domain - typedef CGAL::SMDS_3::Medit_pmap_generator Generator; + typedef CGAL::SMDS_3:: + Medit_pmap_generator Generator; typedef typename Generator::Cell_pmap Cell_pmap; typedef typename Generator::Facet_pmap Facet_pmap; typedef typename Generator::Facet_pmap_twice Facet_pmap_twice;