From 2a7fb19d3ea27ffec769780313d245e4b1ee4d16 Mon Sep 17 00:00:00 2001 From: Laurent Rineau Date: Wed, 6 Jan 2016 16:50:08 +0100 Subject: [PATCH] Fix compilation error (missing header) --- Mesh_3/include/CGAL/Mesh_3/Refine_facets_manifold_base.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Mesh_3/include/CGAL/Mesh_3/Refine_facets_manifold_base.h b/Mesh_3/include/CGAL/Mesh_3/Refine_facets_manifold_base.h index fc24f1db444..9b6fe3b286f 100644 --- a/Mesh_3/include/CGAL/Mesh_3/Refine_facets_manifold_base.h +++ b/Mesh_3/include/CGAL/Mesh_3/Refine_facets_manifold_base.h @@ -29,6 +29,7 @@ #include #include #include +#include namespace CGAL {