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 --- openjdkjvmti/ti_method.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'openjdkjvmti/ti_method.cc') diff --git a/openjdkjvmti/ti_method.cc b/openjdkjvmti/ti_method.cc index 7d69c89d1e..e88539f6c2 100644 --- a/openjdkjvmti/ti_method.cc +++ b/openjdkjvmti/ti_method.cc @@ -33,6 +33,7 @@ #include +#include "arch/context.h" #include "art_jvmti.h" #include "art_method-inl.h" #include "base/enums.h" -- cgit v1.2.3-59-g8ed1b