aboutsummaryrefslogtreecommitdiff
path: root/system/include/libcxx/support/win32/math_win32.h
diff options
context:
space:
mode:
Diffstat (limited to 'system/include/libcxx/support/win32/math_win32.h')
-rw-r--r--system/include/libcxx/support/win32/math_win32.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/system/include/libcxx/support/win32/math_win32.h b/system/include/libcxx/support/win32/math_win32.h
index 22400c0d..c62c54e3 100644
--- a/system/include/libcxx/support/win32/math_win32.h
+++ b/system/include/libcxx/support/win32/math_win32.h
@@ -16,7 +16,9 @@
#else
#include <math.h>
+#include <float.h> // _FPCLASS_PN etc.
+// Necessary?
typedef float float_t;
typedef double double_t;