diff --git a/Mesh_3/include/CGAL/perturb_mesh_3.h b/Mesh_3/include/CGAL/perturb_mesh_3.h index 9145ff42a22..120fce89c0b 100644 --- a/Mesh_3/include/CGAL/perturb_mesh_3.h +++ b/Mesh_3/include/CGAL/perturb_mesh_3.h @@ -32,6 +32,7 @@ #include #include #include +#include namespace CGAL { @@ -50,6 +51,7 @@ BOOST_PARAMETER_FUNCTION( ) ) { + CGAL_USE(sliver_bound_); return perturb_mesh_3_impl(c3t3, domain, time_limit_, sliver_criterion_, perturbation_vector_); }