From 133bd09334cb28b45cca1ca0e5b4e22a9e5b68e5 Mon Sep 17 00:00:00 2001 From: Brian Carlstrom Date: Mon, 24 Mar 2014 16:45:18 -0700 Subject: [PATCH] Add include of float.h for LDBL_MIN_EXP and LDBL_MANT_DIG (cherry picked from commit 1711c6ea3a0d891da665325c75738a68bd7d501f) Change-Id: Ia64676b2b904f042fec678003e3f2cd5bd82b510 --- tests/math_test.cpp | 1 + 1 file changed, 1 insertion(+) 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 inline int test_capture_isinf(const T in) { #include #include +#include #include #include