From 1d59e0a3504527c0f5e7594e19d76f2c2b888102 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Wed, 27 Jun 2018 17:07:13 +0200 Subject: [PATCH] add missing include directives --- .../include/CGAL/polygon_mesh_processing.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Polygon_mesh_processing/include/CGAL/polygon_mesh_processing.h b/Polygon_mesh_processing/include/CGAL/polygon_mesh_processing.h index 9379a5f472d..7d587ad4b84 100644 --- a/Polygon_mesh_processing/include/CGAL/polygon_mesh_processing.h +++ b/Polygon_mesh_processing/include/CGAL/polygon_mesh_processing.h @@ -44,6 +44,11 @@ #include #include #include +#include +#include +#include +#include +#include // the named parameter header being not documented the doc is put here for now #ifdef DOXYGEN_RUNNING