Fix for machines with finite() defined in <ieeefp.h>.

svn path=/trunk/boinc/; revision=6094
This commit is contained in:
Eric J. Korpela 2005-05-10 17:45:22 +00:00
parent 3507d8cc48
commit 3515ef9b38
1 changed files with 5 additions and 0 deletions

View File

@ -24,6 +24,11 @@
#include <cmath> #include <cmath>
#include <math.h> #include <math.h>
// For machines with finite() defined in ieeefp.h
#ifdef HAVE_IEEEFP_H
#include <ieeefp.h>
#endif
#include "util.h" #include "util.h"
#include "boinc_db.h" #include "boinc_db.h"