From dc89cd6057f86c7401d5ba5300a14d7e5b1bd58d Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Wed, 23 May 2018 11:01:47 +0100 Subject: [PATCH] Change #include --- .../include/CGAL/Polygon_mesh_processing/extrude.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/extrude.h b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/extrude.h index 61666f5d155..2b3ecaceb84 100644 --- a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/extrude.h +++ b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/extrude.h @@ -31,7 +31,7 @@ #include #include #include -#include +#include namespace CGAL { namespace Polygon_mesh_processing {