diff options
author | 2018-10-26 19:19:50 +0000 | |
---|---|---|
committer | 2018-10-26 19:19:50 +0000 | |
commit | eba69a124eb6e0038e3ecc9c1a57cc0251641a89 (patch) | |
tree | 65c0e9a08b3713458fc1d3b1cdd8b282814071da /runtime/common_runtime_test.cc | |
parent | 3070e9c98573f94f1ccc5997985a630ab5fbf21b (diff) | |
parent | 52ecb65ae9e1ad6fe7f58beecc88cdc08e08f0c4 (diff) |
Merge "ART: Add object-array-alloc-inl.h"
Diffstat (limited to 'runtime/common_runtime_test.cc')
-rw-r--r-- | runtime/common_runtime_test.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/common_runtime_test.cc b/runtime/common_runtime_test.cc index cfc0d283d1..8fdf8aa0cd 100644 --- a/runtime/common_runtime_test.cc +++ b/runtime/common_runtime_test.cc @@ -52,6 +52,7 @@ #include "jni/jni_internal.h" #include "mirror/class-inl.h" #include "mirror/class_loader.h" +#include "mirror/object_array-alloc-inl.h" #include "native/dalvik_system_DexFile.h" #include "noop_compiler_callbacks.h" #include "runtime-inl.h" |