From 0d60c1626efdf02b1f9c87284aae5fe412b6b4b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Tue, 26 Jan 2016 18:41:17 +0100 Subject: [PATCH] add missing include directives --- .../include/CGAL/Polygon_mesh_processing/distance.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/distance.h b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/distance.h index e1f11ec8554..ba90c8e4031 100644 --- a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/distance.h +++ b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/distance.h @@ -26,6 +26,8 @@ #include #include #include +#include +#include /// \cond SKIP_IN_MANUAL