mirror of https://github.com/BOINC/boinc.git
Fix for machines with finite() defined in <ieeefp.h>.
svn path=/trunk/boinc/; revision=6094
This commit is contained in:
parent
3507d8cc48
commit
3515ef9b38
|
@ -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"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue