From 88dbad33ae92167a89a5d5469f39f41624535dbf Mon Sep 17 00:00:00 2001 From: Andreas Gampe Date: Tue, 26 Jun 2018 19:54:12 -0700 Subject: ART: Do some include-what-you-use Help with transitive includes. In preparation for new specialized headers reducing transitivity. Bug: 118385392 Test: mmma art Change-Id: Ib465ecceec3331ea81588fb4a43eb65e766b6904 --- runtime/mirror/array-inl.h | 1 + 1 file changed, 1 insertion(+) (limited to 'runtime/mirror/array-inl.h') diff --git a/runtime/mirror/array-inl.h b/runtime/mirror/array-inl.h index 704fb118e3..d806e40005 100644 --- a/runtime/mirror/array-inl.h +++ b/runtime/mirror/array-inl.h @@ -27,6 +27,7 @@ #include "class.h" #include "gc/heap-inl.h" #include "obj_ptr-inl.h" +#include "runtime.h" #include "thread-current-inl.h" namespace art { -- cgit v1.2.3-59-g8ed1b