From e6547e93b91c98a600558b25a7e5791f61c72936 Mon Sep 17 00:00:00 2001 From: Sylvain Pion Date: Mon, 14 Jan 2008 21:06:42 +0000 Subject: [PATCH] Add missing #include . --- .../internal_functions_on_roots_and_polynomial_1_3_and_2_3.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Algebraic_kernel_for_spheres/include/CGAL/Algebraic_kernel_for_spheres/internal_functions_on_roots_and_polynomial_1_3_and_2_3.h b/Algebraic_kernel_for_spheres/include/CGAL/Algebraic_kernel_for_spheres/internal_functions_on_roots_and_polynomial_1_3_and_2_3.h index 257343056a3..371153f8827 100644 --- a/Algebraic_kernel_for_spheres/include/CGAL/Algebraic_kernel_for_spheres/internal_functions_on_roots_and_polynomial_1_3_and_2_3.h +++ b/Algebraic_kernel_for_spheres/include/CGAL/Algebraic_kernel_for_spheres/internal_functions_on_roots_and_polynomial_1_3_and_2_3.h @@ -27,6 +27,8 @@ #ifndef CGAL_ALGEBRAIC_KERNEL_FUNCTIONS_ON_ROOTS_AND_POLYNOMIAL_1_3_AND_2_3_H #define CGAL_ALGEBRAIC_KERNEL_FUNCTIONS_ON_ROOTS_AND_POLYNOMIAL_1_3_AND_2_3_H +#include + namespace CGAL { namespace AlgebraicSphereFunctors {