From 8a6f9223a19ae7cc57c49cbe0f8c4a6d8ffa1a73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Mon, 16 Feb 2015 15:41:53 +0100 Subject: [PATCH] add missing include --- BGL/include/CGAL/boost/graph/Euler_operations.h | 1 + 1 file changed, 1 insertion(+) diff --git a/BGL/include/CGAL/boost/graph/Euler_operations.h b/BGL/include/CGAL/boost/graph/Euler_operations.h index 8dfc240ac92..af95ed295c7 100644 --- a/BGL/include/CGAL/boost/graph/Euler_operations.h +++ b/BGL/include/CGAL/boost/graph/Euler_operations.h @@ -23,6 +23,7 @@ #include #include +#include #include #include