mirror of https://github.com/CGAL/cgal
- Added #include<float.h> for Borland.
This commit is contained in:
parent
1ea0a216cb
commit
1f82112c11
|
|
@ -64,7 +64,7 @@ inline double cgal_ia_force_to_double(const double x)
|
|||
#include <fpu_control.h>
|
||||
#elif defined __SUNPRO_CC
|
||||
#include <ieeefp.h>
|
||||
#elif defined __osf || defined __osf__
|
||||
#elif defined __osf || defined __osf__ || defined __BORLANDC__
|
||||
#include <float.h>
|
||||
#elif defined __sgi
|
||||
// The 3 C functions do not work on IRIX 6.5 !!!!!
|
||||
|
|
|
|||
Loading…
Reference in New Issue