From eb88be2ac9347decf230a4e5149c43bce0160586 Mon Sep 17 00:00:00 2001 From: Andreas Gampe Date: Thu, 17 Jul 2014 14:52:06 -0700 Subject: [PATCH] ART: Use array-inl.h in reference_table_test The test allocates arrays, which is an inline definition. (cherry picked from commit 8db4c882a8d1996852163ebec966c8b4eb1e00df) Change-Id: I1423c5419949d7c352ed0e614d4f9c5920831deb --- runtime/reference_table_test.cc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/runtime/reference_table_test.cc b/runtime/reference_table_test.cc index 32290393c..db98e1fc9 100644 --- a/runtime/reference_table_test.cc +++ b/runtime/reference_table_test.cc @@ -17,6 +17,10 @@ #include "reference_table.h" #include "common_runtime_test.h" +#include "mirror/array-inl.h" +#include "mirror/string.h" +#include "scoped_thread_state_change.h" +#include "thread-inl.h" namespace art { -- 2.11.0