From aa59ae2c4cadceeca7b80207b6867697c1eba024 Mon Sep 17 00:00:00 2001 From: Jane Tournois Date: Fri, 13 Mar 2015 16:21:28 +0100 Subject: [PATCH] add missing include --- .../CGAL/internal/Meshing_functions/Refine_Polyhedron_3.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Polygon_mesh_processing/include/CGAL/internal/Meshing_functions/Refine_Polyhedron_3.h b/Polygon_mesh_processing/include/CGAL/internal/Meshing_functions/Refine_Polyhedron_3.h index c3d1ff7fee6..9f1d5e1673a 100644 --- a/Polygon_mesh_processing/include/CGAL/internal/Meshing_functions/Refine_Polyhedron_3.h +++ b/Polygon_mesh_processing/include/CGAL/internal/Meshing_functions/Refine_Polyhedron_3.h @@ -4,6 +4,7 @@ #include #include #include +#include #include #include