Merge "Add include of float.h for LDBL_MIN_EXP and LDBL_MANT_DIG"

This commit is contained in:
Brian Carlstrom 2014-03-25 00:16:30 +00:00 committed by Gerrit Code Review
commit f71c0e75e0
1 changed files with 1 additions and 0 deletions

View File

@ -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>