summaryrefslogtreecommitdiffstats
path: root/runtime/reflection_test.cc
diff options
context:
space:
mode:
authorBrian Carlstrom <bdc@google.com>2014-03-14 16:11:43 -0700
committerBrian Carlstrom <bdc@google.com>2014-03-15 19:00:40 +0000
commit8edba0b19d53000d8f191496394960e3995c5ba6 (patch)
tree6ff7d79f8f78362a14eb57434e91fa6550146787 /runtime/reflection_test.cc
parent38378b28675d154cc50074396a6216df14542454 (diff)
downloadart-8edba0b19d53000d8f191496394960e3995c5ba6.tar.gz
art-8edba0b19d53000d8f191496394960e3995c5ba6.tar.bz2
art-8edba0b19d53000d8f191496394960e3995c5ba6.zip
include <float.h> for DBL_MAX and DBL_MIN
(cherry picked from commit 8ab83604ac129a654e54d2d000cc47203394e30b) Change-Id: Id4b3000324908028dc6557a69195064d4a7fb233
Diffstat (limited to 'runtime/reflection_test.cc')
-rw-r--r--runtime/reflection_test.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/reflection_test.cc b/runtime/reflection_test.cc
index 5332202198..f7fc0202ca 100644
--- a/runtime/reflection_test.cc
+++ b/runtime/reflection_test.cc
@@ -16,6 +16,7 @@
#include "reflection.h"
+#include <float.h>
#include <limits.h>
#include "common_compiler_test.h"