From d31c8b4de956127657d4a7af88fc078a5dee910e Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Tue, 17 Sep 2013 09:03:29 +0200 Subject: [PATCH] fix copy paste error --- .../include/CGAL/global_functions_spherical_kernel_3.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Circular_kernel_3/include/CGAL/global_functions_spherical_kernel_3.h b/Circular_kernel_3/include/CGAL/global_functions_spherical_kernel_3.h index 31f7181f62d..7174528f2c6 100644 --- a/Circular_kernel_3/include/CGAL/global_functions_spherical_kernel_3.h +++ b/Circular_kernel_3/include/CGAL/global_functions_spherical_kernel_3.h @@ -28,7 +28,7 @@ #define CGAL_SPHERICAL_KERNEL_GLOBAL_FUNCTIONS_CIRCULAR_KERNEL_3_H #include -#include +#include // global functions namespace CGAL {