From 2017691e98aa54792c1cac37ddcf25f80d41594a Mon Sep 17 00:00:00 2001 From: Simon Giraudot Date: Wed, 19 Oct 2016 11:04:55 +0200 Subject: [PATCH] Bugfix: undef conflicting define --- .../include/CGAL/internal/auxiliary/graph.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Surface_mesh_segmentation/include/CGAL/internal/auxiliary/graph.h b/Surface_mesh_segmentation/include/CGAL/internal/auxiliary/graph.h index 862fffa9af7..02803bd9eb8 100644 --- a/Surface_mesh_segmentation/include/CGAL/internal/auxiliary/graph.h +++ b/Surface_mesh_segmentation/include/CGAL/internal/auxiliary/graph.h @@ -1748,4 +1748,6 @@ inline Graph::termtype Graph::what_segment(node_id i) return SINK; } +#undef last_node + #endif