diff options
author | 2016-10-05 17:00:41 +0000 | |
---|---|---|
committer | 2016-10-05 17:00:41 +0000 | |
commit | 2f61867045ffbd0c38a4ecec5f59632004f7efff (patch) | |
tree | c7b4393d7cd7cbcd3272ff83d8424be02828251a /runtime/openjdkjvmti/transform.cc | |
parent | 4aa6a93c46a959df1ab71ee7a68ad345338046ef (diff) | |
parent | 97d7e1cd7f733cb33a0e238bec6d7ed525638cd1 (diff) |
Merge "Remove #include "oat_file.h" from class_linker.h ."
Diffstat (limited to 'runtime/openjdkjvmti/transform.cc')
-rw-r--r-- | runtime/openjdkjvmti/transform.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/openjdkjvmti/transform.cc b/runtime/openjdkjvmti/transform.cc index 9c42b2ff85..f59e01e3db 100644 --- a/runtime/openjdkjvmti/transform.cc +++ b/runtime/openjdkjvmti/transform.cc @@ -43,6 +43,7 @@ #include "mirror/class-inl.h" #include "mirror/class_loader-inl.h" #include "mirror/string-inl.h" +#include "oat_file.h" #include "scoped_thread_state_change-inl.h" #include "thread_list.h" #include "transform.h" |