diff options
author | Brian Carlstrom <bdc@google.com> | 2014-03-24 16:45:18 -0700 |
---|---|---|
committer | Brian Carlstrom <bdc@google.com> | 2014-03-24 16:53:22 -0700 |
commit | 133bd09334cb28b45cca1ca0e5b4e22a9e5b68e5 (patch) | |
tree | 3bd86df9a54803d76a5a180eb93a209fbe9d271d /tests/math_test.cpp | |
parent | 989a80b75014eff71600a6a4e1445e710c2f94b4 (diff) | |
download | android_bionic-133bd09334cb28b45cca1ca0e5b4e22a9e5b68e5.tar.gz android_bionic-133bd09334cb28b45cca1ca0e5b4e22a9e5b68e5.tar.bz2 android_bionic-133bd09334cb28b45cca1ca0e5b4e22a9e5b68e5.zip |
Add include of float.h for LDBL_MIN_EXP and LDBL_MANT_DIG
(cherry picked from commit 1711c6ea3a0d891da665325c75738a68bd7d501f)
Change-Id: Ia64676b2b904f042fec678003e3f2cd5bd82b510
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> |