From b84596aff9c7c64a8c0cfc6f9c6624d049bdd222 Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Tue, 2 Feb 2016 09:28:18 +0100 Subject: [PATCH] include graph_traits file for Polyhedron_3 --- .../examples/Polygon_mesh_processing/polygon_soup_example.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Polygon_mesh_processing/examples/Polygon_mesh_processing/polygon_soup_example.cpp b/Polygon_mesh_processing/examples/Polygon_mesh_processing/polygon_soup_example.cpp index 79c5803c69d..3d2e8545eb5 100644 --- a/Polygon_mesh_processing/examples/Polygon_mesh_processing/polygon_soup_example.cpp +++ b/Polygon_mesh_processing/examples/Polygon_mesh_processing/polygon_soup_example.cpp @@ -1,6 +1,7 @@ #include #include #include +#include #include #include