diff --git a/Algebraic_kernel_d/include/CGAL/Algebraic_kernel_1.h b/Algebraic_kernel_d/include/CGAL/Algebraic_kernel_1.h index 19559626d0c..acc90b0702a 100644 --- a/Algebraic_kernel_d/include/CGAL/Algebraic_kernel_1.h +++ b/Algebraic_kernel_d/include/CGAL/Algebraic_kernel_1.h @@ -18,6 +18,7 @@ #include #include +#include #include #include #include @@ -215,7 +216,7 @@ namespace CGALi { template< class Coefficient, - class Boundary = typename CGALi::Get_arithmetic_kernel< Coefficient >::Arithmetic_kernel::Rational, + class Boundary = typename CGAL::Get_arithmetic_kernel< Coefficient >::Arithmetic_kernel::Rational, class RepClass = CGALi::Algebraic_real_rep< Coefficient, Boundary >, class Isolator = CGALi::Descartes< typename CGAL::Polynomial< Coefficient >, Boundary > > class Algebraic_kernel_1