diff options
Diffstat (limited to 'runtime/oat_quick_method_header.cc')
-rw-r--r-- | runtime/oat_quick_method_header.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/oat_quick_method_header.cc b/runtime/oat_quick_method_header.cc index aa28fd8c9b..98238e5600 100644 --- a/runtime/oat_quick_method_header.cc +++ b/runtime/oat_quick_method_header.cc @@ -17,7 +17,7 @@ #include "oat_quick_method_header.h" #include "art_method.h" -#include "dex_file_types.h" +#include "dex/dex_file_types.h" #include "scoped_thread_state_change-inl.h" #include "thread.h" |