diff options
Diffstat (limited to 'runtime/quick_exception_handler.cc')
-rw-r--r-- | runtime/quick_exception_handler.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/quick_exception_handler.cc b/runtime/quick_exception_handler.cc index cc276ca435..2ebcbb0fd0 100644 --- a/runtime/quick_exception_handler.cc +++ b/runtime/quick_exception_handler.cc @@ -23,9 +23,9 @@ #include "arch/context.h" #include "art_method-inl.h" #include "base/array_ref.h" -#include "base/enums.h" #include "base/globals.h" #include "base/logging.h" // For VLOG_IS_ON. +#include "base/pointer_size.h" #include "base/systrace.h" #include "dex/dex_file_types.h" #include "dex/dex_instruction.h" |