diff options
Diffstat (limited to 'runtime/jit/jit.cc')
-rw-r--r-- | runtime/jit/jit.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/jit/jit.cc b/runtime/jit/jit.cc index 2e49067908..2ef1cb4127 100644 --- a/runtime/jit/jit.cc +++ b/runtime/jit/jit.cc @@ -27,7 +27,7 @@ #include "base/runtime_debug.h" #include "base/scoped_flock.h" #include "base/utils.h" -#include "class_root.h" +#include "class_root-inl.h" #include "debugger.h" #include "dex/type_lookup_table.h" #include "gc/space/image_space.h" |