Merge "ART: Use array-inl.h in reference_table_test" into lmp-dev
diff --git a/runtime/reference_table_test.cc b/runtime/reference_table_test.cc
index 3229039..db98e1f 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 {