summaryrefslogtreecommitdiff
path: root/runtime/quick_exception_handler.cc
diff options
context:
space:
mode:
authorVladimir Marko <vmarko@google.com>2018-05-23 14:58:19 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2018-05-23 14:58:19 +0000
commitaaebb1468cc95838aa58ed537d03de000c9cfe28 (patch)
tree80f325dab976dccd846e3bd5d1b86266be24e3dc /runtime/quick_exception_handler.cc
parent79866c1f089672eca1fb7776c669c2cef3d6ad3e (diff)
parent6ec2a1bf1cbecf17546df780dd0ad769042e1874 (diff)
Merge "ObjPtr<>-ify UnstartedRuntime, fix 2 stale reference uses."
Diffstat (limited to 'runtime/quick_exception_handler.cc')
-rw-r--r--runtime/quick_exception_handler.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/quick_exception_handler.cc b/runtime/quick_exception_handler.cc
index c555fca23c..de613d3b20 100644
--- a/runtime/quick_exception_handler.cc
+++ b/runtime/quick_exception_handler.cc
@@ -26,6 +26,7 @@
#include "entrypoints/quick/quick_entrypoints_enum.h"
#include "entrypoints/runtime_asm_entrypoints.h"
#include "handle_scope-inl.h"
+#include "interpreter/shadow_frame-inl.h"
#include "jit/jit.h"
#include "jit/jit_code_cache.h"
#include "mirror/class-inl.h"