diff --git a/Mesh_3/include/CGAL/Polyhedral_mesh_domain_3.h b/Mesh_3/include/CGAL/Polyhedral_mesh_domain_3.h index 3728b8a676e..4aa7f0374c0 100644 --- a/Mesh_3/include/CGAL/Polyhedral_mesh_domain_3.h +++ b/Mesh_3/include/CGAL/Polyhedral_mesh_domain_3.h @@ -56,6 +56,10 @@ # include #endif +// To handle I/O for Surface_patch_index if that is a pair of `int` (the +// default) +#include + namespace CGAL { namespace Mesh_3 {