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 /test | |
parent | e9e60bd7707963f3f35ec18b611bc58995620bac (diff) | |
parent | d3d00c06a439f5204b290505a3333f780dd00bce (diff) |
Refactor oat.h.
am: d3d00c06a4
Change-Id: I0c5370f42f68fff1c3179a4a09dff7b7947a1033
Diffstat (limited to 'test')
-rw-r--r-- | test/common/runtime_state.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/common/runtime_state.cc b/test/common/runtime_state.cc index 5fa7e19eda..4ca5fe8333 100644 --- a/test/common/runtime_state.cc +++ b/test/common/runtime_state.cc @@ -32,6 +32,7 @@ #include "mirror/class-inl.h" #include "mirror/class.h" #include "nativehelper/ScopedUtfChars.h" +#include "oat.h" #include "oat_file.h" #include "oat_quick_method_header.h" #include "profile/profile_compilation_info.h" |