- Added #include<float.h> for Borland.

This commit is contained in:
Sylvain Pion 1999-10-12 21:33:48 +00:00
parent 1ea0a216cb
commit 1f82112c11
1 changed files with 1 additions and 1 deletions

View File

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