From 48fb9616b7421df87932bd152ba3f44c7a47465c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Tayeb?= Date: Fri, 16 Oct 2009 08:13:23 +0000 Subject: [PATCH] Add missing includes. --- Filtered_kernel/include/CGAL/Lazy.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Filtered_kernel/include/CGAL/Lazy.h b/Filtered_kernel/include/CGAL/Lazy.h index 7ced60f16af..7baa38844af 100644 --- a/Filtered_kernel/include/CGAL/Lazy.h +++ b/Filtered_kernel/include/CGAL/Lazy.h @@ -29,6 +29,8 @@ #include #include #include +#include +#include #include #include