From 6ec2a1bf1cbecf17546df780dd0ad769042e1874 Mon Sep 17 00:00:00 2001 From: Vladimir Marko Date: Tue, 22 May 2018 15:33:48 +0100 Subject: ObjPtr<>-ify UnstartedRuntime, fix 2 stale reference uses. Test: Rely on TreeHugger. Bug: 31113334 Change-Id: I35f76c3e3b94dfca18dbe67aba065a1270f4e5ee --- runtime/quick_exception_handler.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'runtime/quick_exception_handler.cc') diff --git a/runtime/quick_exception_handler.cc b/runtime/quick_exception_handler.cc index 077aa33925..ad08fa0fa9 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" -- cgit v1.2.3-59-g8ed1b