From befa7c8e080f6ce9ec9286889742c8ccb385acb6 Mon Sep 17 00:00:00 2001 From: Laurent Rineau Date: Tue, 6 Dec 2011 11:49:21 +0000 Subject: [PATCH] Add missing #include to . The added #include is not really useful but to help a reader of the code to understand where do functions come from. --- Cartesian_kernel/include/CGAL/Cartesian/Plane_3.h | 1 + .../include/CGAL/Cartesian/plane_constructions_3.h | 3 +++ 2 files changed, 4 insertions(+) diff --git a/Cartesian_kernel/include/CGAL/Cartesian/Plane_3.h b/Cartesian_kernel/include/CGAL/Cartesian/Plane_3.h index ec4ebfff3fd..e69b7ccd008 100644 --- a/Cartesian_kernel/include/CGAL/Cartesian/Plane_3.h +++ b/Cartesian_kernel/include/CGAL/Cartesian/Plane_3.h @@ -28,6 +28,7 @@ #include #include #include +#include namespace CGAL { diff --git a/Cartesian_kernel/include/CGAL/Cartesian/plane_constructions_3.h b/Cartesian_kernel/include/CGAL/Cartesian/plane_constructions_3.h index 3ba2034b564..5adcb1bdf88 100644 --- a/Cartesian_kernel/include/CGAL/Cartesian/plane_constructions_3.h +++ b/Cartesian_kernel/include/CGAL/Cartesian/plane_constructions_3.h @@ -30,6 +30,9 @@ namespace CGAL { +template +class PlaneC3; + template CGAL_KERNEL_LARGE_INLINE PlaneC3