add missing includes

This commit is contained in:
Sébastien Loriot 2024-01-03 18:33:54 +01:00
parent 6decd7abfc
commit ed3539f5fe
1 changed files with 5 additions and 0 deletions

View File

@ -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>