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>
|
||||
#endif
|
||||
|
||||
|
||||
#include <CGAL/float.h>
|
||||
#include <CGAL/double.h>
|
||||
#include <CGAL/int.h>
|
||||
|
||||
#if 0
|
||||
#ifdef CGAL_USE_CLN
|
||||
#include <CGAL/CLN/cl_integer.h>
|
||||
|
|
|
|||
Loading…
Reference in New Issue