MSVC: include float header for _isnan and _finite

This commit is contained in:
Cremno
2012-12-19 11:32:12 +01:00
parent 2a49cd176e
commit 988bc22730
+4
View File
@@ -17,6 +17,10 @@
#include <math.h>
#include <ctype.h>
#ifdef _MSC_VER
#include <float.h>
#endif
#ifdef HAVE_IEEEFP_H
#include <ieeefp.h>
#endif