From a961b88783bd9195a3fd071be3d4c48ea8f070bb Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Fri, 23 Sep 2016 12:30:54 +0200 Subject: [PATCH] Fix package Modular_arithmetic: include headers --- Number_types/include/CGAL/int.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Number_types/include/CGAL/int.h b/Number_types/include/CGAL/int.h index e90c6b74df8..071b20b011e 100644 --- a/Number_types/include/CGAL/int.h +++ b/Number_types/include/CGAL/int.h @@ -28,9 +28,12 @@ #include #include +#include namespace CGAL { + + namespace INTERN_INT { template< class Type > class Is_square_per_double_conversion