diff options
Diffstat (limited to 'runtime/quick_exception_handler.h')
-rw-r--r-- | runtime/quick_exception_handler.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/runtime/quick_exception_handler.h b/runtime/quick_exception_handler.h index 9d16eadcc0..5592126a61 100644 --- a/runtime/quick_exception_handler.h +++ b/runtime/quick_exception_handler.h @@ -20,7 +20,7 @@ #include "base/logging.h" #include "base/macros.h" #include "base/mutex.h" -#include "stack.h" // StackReference +#include "stack_reference.h" namespace art { @@ -29,8 +29,10 @@ class Throwable; } // namespace mirror class ArtMethod; class Context; +class OatQuickMethodHeader; class Thread; class ShadowFrame; +class StackVisitor; // Manages exception delivery for Quick backend. class QuickExceptionHandler { |