diff options
Diffstat (limited to 'runtime/dex_file_verifier.cc')
-rw-r--r-- | runtime/dex_file_verifier.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/dex_file_verifier.cc b/runtime/dex_file_verifier.cc index 5b076e07b7..7dc2b3172e 100644 --- a/runtime/dex_file_verifier.cc +++ b/runtime/dex_file_verifier.cc @@ -21,7 +21,7 @@ #include "leb128.h" #include "safe_map.h" #include "UniquePtr.h" -#include "utf.h" +#include "utf-inl.h" #include "utils.h" #include "zip_archive.h" |