diff --git a/Mesh_3/examples/Mesh_3/mesh_3D_weighted_image.cpp b/Mesh_3/examples/Mesh_3/mesh_3D_weighted_image.cpp index c69073e061d..8cb9fbce13e 100644 --- a/Mesh_3/examples/Mesh_3/mesh_3D_weighted_image.cpp +++ b/Mesh_3/examples/Mesh_3/mesh_3D_weighted_image.cpp @@ -7,6 +7,7 @@ #include #include +#include #include #include #include @@ -16,7 +17,9 @@ // Domain using K = CGAL::Exact_predicates_inexact_constructions_kernel; -using Mesh_domain = CGAL::Labeled_mesh_domain_3; +using Image_domain = CGAL::Labeled_mesh_domain_3; +using Mesh_domain = CGAL::Mesh_domain_with_polyline_features_3; + // Triangulation using Tr = CGAL::Mesh_triangulation_3(domain, criteria); + C3t3 c3t3 = CGAL::make_mesh_3(domain, criteria, no_exude(), no_perturb()); /// [Meshing] // Output