Fix package Modular_arithmetic: include headers

This commit is contained in:
Andreas Fabri 2016-09-23 12:30:54 +02:00 committed by Laurent Rineau
parent 371613ed33
commit a961b88783
1 changed files with 3 additions and 0 deletions

View File

@ -28,9 +28,12 @@
#include <CGAL/number_type_basic.h> #include <CGAL/number_type_basic.h>
#include <CGAL/Modular_traits.h> #include <CGAL/Modular_traits.h>
#include <CGAL/Modular_arithmetic/Residue_type.h>
namespace CGAL { namespace CGAL {
namespace INTERN_INT { namespace INTERN_INT {
template< class Type > template< class Type >
class Is_square_per_double_conversion class Is_square_per_double_conversion