diff options
author | 2018-10-26 19:19:50 +0000 | |
---|---|---|
committer | 2018-10-26 19:19:50 +0000 | |
commit | eba69a124eb6e0038e3ecc9c1a57cc0251641a89 (patch) | |
tree | 65c0e9a08b3713458fc1d3b1cdd8b282814071da /runtime/interpreter/unstarted_runtime_test.cc | |
parent | 3070e9c98573f94f1ccc5997985a630ab5fbf21b (diff) | |
parent | 52ecb65ae9e1ad6fe7f58beecc88cdc08e08f0c4 (diff) |
Merge "ART: Add object-array-alloc-inl.h"
Diffstat (limited to 'runtime/interpreter/unstarted_runtime_test.cc')
-rw-r--r-- | runtime/interpreter/unstarted_runtime_test.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/interpreter/unstarted_runtime_test.cc b/runtime/interpreter/unstarted_runtime_test.cc index 727c5f3f22..daaa05d7df 100644 --- a/runtime/interpreter/unstarted_runtime_test.cc +++ b/runtime/interpreter/unstarted_runtime_test.cc @@ -33,6 +33,7 @@ #include "mirror/array-alloc-inl.h" #include "mirror/class_loader.h" #include "mirror/object-inl.h" +#include "mirror/object_array-alloc-inl.h" #include "mirror/object_array-inl.h" #include "mirror/string-inl.h" #include "runtime.h" |