mirror of https://github.com/CGAL/cgal
Fix package Modular_arithmetic: include headers
This commit is contained in:
parent
371613ed33
commit
a961b88783
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue