summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrian Carlstrom <bdc@google.com>2014-03-25 00:16:30 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2014-03-25 00:16:30 +0000
commitf71c0e75e0d041c80e4dc6900e2c2283e5d55ce2 (patch)
tree3bd86df9a54803d76a5a180eb93a209fbe9d271d
parent989a80b75014eff71600a6a4e1445e710c2f94b4 (diff)
parent133bd09334cb28b45cca1ca0e5b4e22a9e5b68e5 (diff)
downloadbionic-f71c0e75e0d041c80e4dc6900e2c2283e5d55ce2.zip
bionic-f71c0e75e0d041c80e4dc6900e2c2283e5d55ce2.tar.gz
bionic-f71c0e75e0d041c80e4dc6900e2c2283e5d55ce2.tar.bz2
Merge "Add include of float.h for LDBL_MIN_EXP and LDBL_MANT_DIG"
-rw-r--r--tests/math_test.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/math_test.cpp b/tests/math_test.cpp
index 0bb072a..80083fa 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>