diff options
author | 2017-10-23 11:59:49 -0700 | |
---|---|---|
committer | 2017-10-23 14:15:24 -0700 | |
commit | 0a0935f36f23d37ec20151ff7250180050f3b822 (patch) | |
tree | 1bb724da3054f4f25051174133437b50cb3bdcc3 /runtime/common_dex_operations.h | |
parent | b5f03f5bf4e3e873cdaf9609d2004402cc8674f0 (diff) |
ART: Fix headers
Include required headers.
Test: m
Change-Id: Ifce6c7b7a977c8db8eb4bb5ca34e354566d552bb
Diffstat (limited to 'runtime/common_dex_operations.h')
-rw-r--r-- | runtime/common_dex_operations.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/runtime/common_dex_operations.h b/runtime/common_dex_operations.h index fcc5393490..4d5bd3fdce 100644 --- a/runtime/common_dex_operations.h +++ b/runtime/common_dex_operations.h @@ -17,10 +17,20 @@ #ifndef ART_RUNTIME_COMMON_DEX_OPERATIONS_H_ #define ART_RUNTIME_COMMON_DEX_OPERATIONS_H_ +#include "android-base/logging.h" #include "art_field.h" #include "art_method.h" +#include "base/macros.h" +#include "base/mutex.h" #include "class_linker.h" +#include "handle_scope-inl.h" +#include "instrumentation.h" +#include "interpreter/shadow_frame.h" #include "interpreter/unstarted_runtime.h" +#include "mirror/class.h" +#include "mirror/object.h" +#include "obj_ptr-inl.h" +#include "primitive.h" #include "runtime.h" #include "stack.h" #include "thread.h" |