mirror of https://github.com/CGAL/cgal
add missing includes
This commit is contained in:
parent
6decd7abfc
commit
ed3539f5fe
|
|
@ -16,6 +16,11 @@
|
||||||
#include <CGAL/Gmpz.h>
|
#include <CGAL/Gmpz.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
#include <CGAL/float.h>
|
||||||
|
#include <CGAL/double.h>
|
||||||
|
#include <CGAL/int.h>
|
||||||
|
|
||||||
#if 0
|
#if 0
|
||||||
#ifdef CGAL_USE_CLN
|
#ifdef CGAL_USE_CLN
|
||||||
#include <CGAL/CLN/cl_integer.h>
|
#include <CGAL/CLN/cl_integer.h>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue