diff options
Diffstat (limited to 'runtime/jit/jit_code_cache.h')
-rw-r--r-- | runtime/jit/jit_code_cache.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/jit/jit_code_cache.h b/runtime/jit/jit_code_cache.h index 16335c6911..dfa7ac0970 100644 --- a/runtime/jit/jit_code_cache.h +++ b/runtime/jit/jit_code_cache.h @@ -25,8 +25,8 @@ #include "base/macros.h" #include "base/mutex.h" #include "base/safe_map.h" +#include "dex/method_reference.h" #include "gc_root.h" -#include "method_reference.h" namespace art { |