From 47df5dc4df7cc504cdc90c4d282d14f08fc36196 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mael=20Rouxel-Labb=C3=A9?= Date: Mon, 30 Nov 2020 18:00:41 +0100 Subject: [PATCH] Add missing header include --- .../CGAL/Polygon_mesh_processing/polygon_mesh_to_polygon_soup.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/polygon_mesh_to_polygon_soup.h b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/polygon_mesh_to_polygon_soup.h index 6436360f8a8..1b87e4e2da1 100644 --- a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/polygon_mesh_to_polygon_soup.h +++ b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/polygon_mesh_to_polygon_soup.h @@ -17,6 +17,7 @@ #include #include +#include #include #include #include