diff options
Diffstat (limited to 'tests/math_test.cpp')
-rw-r--r-- | tests/math_test.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/math_test.cpp b/tests/math_test.cpp index 0bb072ae0..80083fa87 100644 --- a/tests/math_test.cpp +++ b/tests/math_test.cpp @@ -51,6 +51,7 @@ template<typename T> inline int test_capture_isinf(const T in) { #include <gtest/gtest.h> #include <fenv.h> +#include <float.h> #include <limits.h> #include <stdint.h> |