From 87c20c90cad4fe32c94a7aeb96315b39b1a17607 Mon Sep 17 00:00:00 2001 From: Laurent Rineau Date: Wed, 17 Nov 2010 10:25:51 +0000 Subject: [PATCH] Missing #include: from Kernel_d was not self contained. --- Kernel_d/include/CGAL/constructions_d.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Kernel_d/include/CGAL/constructions_d.h b/Kernel_d/include/CGAL/constructions_d.h index e351695dead..4c6e0401a78 100644 --- a/Kernel_d/include/CGAL/constructions_d.h +++ b/Kernel_d/include/CGAL/constructions_d.h @@ -24,6 +24,8 @@ #ifndef CGAL_CONSTRUCTIONS_D_H #define CGAL_CONSTRUCTIONS_D_H +#include + namespace CGAL { /*{\Moptions outfile=constructions_d.man}*/