diff options
author | 2018-10-26 19:19:50 +0000 | |
---|---|---|
committer | 2018-10-26 19:19:50 +0000 | |
commit | eba69a124eb6e0038e3ecc9c1a57cc0251641a89 (patch) | |
tree | 65c0e9a08b3713458fc1d3b1cdd8b282814071da /runtime/method_handles_test.cc | |
parent | 3070e9c98573f94f1ccc5997985a630ab5fbf21b (diff) | |
parent | 52ecb65ae9e1ad6fe7f58beecc88cdc08e08f0c4 (diff) |
Merge "ART: Add object-array-alloc-inl.h"
Diffstat (limited to 'runtime/method_handles_test.cc')
-rw-r--r-- | runtime/method_handles_test.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/method_handles_test.cc b/runtime/method_handles_test.cc index d123754e47..6a7eb8c8e1 100644 --- a/runtime/method_handles_test.cc +++ b/runtime/method_handles_test.cc @@ -22,6 +22,7 @@ #include "handle_scope-inl.h" #include "jvalue-inl.h" #include "mirror/method_type.h" +#include "mirror/object_array-alloc-inl.h" #include "mirror/object_array-inl.h" #include "reflection.h" #include "scoped_thread_state_change-inl.h" |