From 94efd620d91c4943742906185311b607d50ef81a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Wed, 29 Nov 2017 14:46:04 +0100 Subject: [PATCH] add missing include directives --- Polygon_mesh_processing/include/CGAL/polygon_mesh_processing.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Polygon_mesh_processing/include/CGAL/polygon_mesh_processing.h b/Polygon_mesh_processing/include/CGAL/polygon_mesh_processing.h index 93b29adad34..296c66b0e7e 100644 --- a/Polygon_mesh_processing/include/CGAL/polygon_mesh_processing.h +++ b/Polygon_mesh_processing/include/CGAL/polygon_mesh_processing.h @@ -42,6 +42,9 @@ #include #include #include +#include +#include + // the named parameter header being not documented the doc is put here for now #ifdef DOXYGEN_RUNNING