From e5d2398fa5be5effbc552b244387119dc53a9671 Mon Sep 17 00:00:00 2001 From: Andreas Gampe Date: Tue, 8 Jan 2019 10:34:26 -0800 Subject: ART: Forward-declare Context Move deletion to thread.cc, which allows to forward-declare Context. Bug: 119869270 Test: mmma art Change-Id: Ifd9006cd3457d4ab708a289a7f6e1cdf2591c596 --- runtime/runtime.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'runtime/runtime.cc') diff --git a/runtime/runtime.cc b/runtime/runtime.cc index f30ba0c06b..b925b96625 100644 --- a/runtime/runtime.cc +++ b/runtime/runtime.cc @@ -42,6 +42,7 @@ #include "aot_class_linker.h" #include "arch/arm/registers_arm.h" #include "arch/arm64/registers_arm64.h" +#include "arch/context.h" #include "arch/instruction_set_features.h" #include "arch/mips/registers_mips.h" #include "arch/mips64/registers_mips64.h" -- cgit v1.2.3-59-g8ed1b