diff options
author | Vladimir Marko <vmarko@google.com> | 2019-11-07 09:12:24 -0800 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2019-11-07 09:12:24 -0800 |
commit | 3edb718fcb597eeccfdbd02b4f35c3833a13a6cc (patch) | |
tree | 7fb793aa293908b9218267acbf8e10da14e95031 /runtime/runtime.cc | |
parent | e9e60bd7707963f3f35ec18b611bc58995620bac (diff) | |
parent | d3d00c06a439f5204b290505a3333f780dd00bce (diff) |
Refactor oat.h.
am: d3d00c06a4
Change-Id: I0c5370f42f68fff1c3179a4a09dff7b7947a1033
Diffstat (limited to 'runtime/runtime.cc')
-rw-r--r-- | runtime/runtime.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/runtime.cc b/runtime/runtime.cc index 691aa80f749..908a92861b9 100644 --- a/runtime/runtime.cc +++ b/runtime/runtime.cc @@ -146,6 +146,7 @@ #include "native_bridge_art_interface.h" #include "native_stack_dump.h" #include "nativehelper/scoped_local_ref.h" +#include "oat.h" #include "oat_file.h" #include "oat_file_manager.h" #include "object_callbacks.h" |