diff options
Diffstat (limited to 'runtime/asm_support.h')
-rw-r--r-- | runtime/asm_support.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/asm_support.h b/runtime/asm_support.h index 848f8e532c..102b993686 100644 --- a/runtime/asm_support.h +++ b/runtime/asm_support.h @@ -19,12 +19,15 @@ #if defined(__cplusplus) #include "art_method.h" +#include "base/bit_utils.h" #include "gc/allocator/rosalloc.h" #include "gc/heap.h" #include "jit/jit.h" #include "lock_word.h" #include "mirror/class.h" +#include "mirror/dex_cache.h" #include "mirror/string.h" +#include "utils/dex_cache_arrays_layout.h" #include "runtime.h" #include "thread.h" #endif |