diff --git a/Mesh_3/examples/Mesh_3/mesh_polyhedral_complex.cpp b/Mesh_3/examples/Mesh_3/mesh_polyhedral_complex.cpp index d3a538d1185..8474bed9ff3 100644 --- a/Mesh_3/examples/Mesh_3/mesh_polyhedral_complex.cpp +++ b/Mesh_3/examples/Mesh_3/mesh_polyhedral_complex.cpp @@ -6,12 +6,13 @@ #include #include + #include // Domain typedef CGAL::Exact_predicates_inexact_constructions_kernel K; typedef CGAL::Mesh_polyhedron_3::type Polyhedron; -typedef CGAL::Polyhedral_complex_mesh_domain_3 Mesh_domain; +typedef CGAL::Polyhedral_complex_mesh_domain_3 Mesh_domain; #ifdef CGAL_CONCURRENT_MESH_3 @@ -21,7 +22,7 @@ typedef CGAL::Sequential_tag Concurrency_tag; #endif // Triangulation -typedef CGAL::Mesh_triangulation_3::type Tr; +typedef CGAL::Mesh_triangulation_3::type Tr; typedef CGAL::Mesh_complex_3_in_triangulation_3< Tr,Mesh_domain::Corner_index,Mesh_domain::Curve_segment_index> C3t3;