Merge pull request #646 from cremno/msvc-include-float-header

MSVC: include float header for _isnan and _finite
This commit is contained in:
Yukihiro "Matz" Matsumoto
2012-12-19 03:31:40 -08:00
+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