From 1552cda2375d2610d2ba83b7c977ab9da5d8984a Mon Sep 17 00:00:00 2001 From: Sylvain Pion Date: Tue, 22 Jan 2008 10:28:40 +0000 Subject: [PATCH] Add missing header (BGL's fault) --- .../include/CGAL/Envelope_3/Envelope_divide_and_conquer_3.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Envelope_3/include/CGAL/Envelope_3/Envelope_divide_and_conquer_3.h b/Envelope_3/include/CGAL/Envelope_3/Envelope_divide_and_conquer_3.h index 1f27b9ce853..696e5c38bdb 100644 --- a/Envelope_3/include/CGAL/Envelope_3/Envelope_divide_and_conquer_3.h +++ b/Envelope_3/include/CGAL/Envelope_3/Envelope_divide_and_conquer_3.h @@ -42,6 +42,7 @@ #ifdef CGAL_ENVELOPE_USE_BFS_FACE_ORDER #include #include +#include // Needed because BGL forgot it. #include #endif