From 391be3ab96ebe8d9cc00849a3bb8058708416000 Mon Sep 17 00:00:00 2001 From: Andreas Gampe Date: Tue, 14 May 2019 12:41:40 -0700 Subject: ART: Forward-declare AllocatorType (iwyu) Test: mmma art Change-Id: I064a1664727dfbed6ae91bde1658c7ba021bcc94 --- runtime/mirror/array-alloc-inl.h | 1 + 1 file changed, 1 insertion(+) (limited to 'runtime/mirror/array-alloc-inl.h') diff --git a/runtime/mirror/array-alloc-inl.h b/runtime/mirror/array-alloc-inl.h index 2ae4cab59c..eb083f7b23 100644 --- a/runtime/mirror/array-alloc-inl.h +++ b/runtime/mirror/array-alloc-inl.h @@ -25,6 +25,7 @@ #include "base/bit_utils.h" #include "base/casts.h" #include "class.h" +#include "gc/allocator_type.h" #include "gc/heap-inl.h" #include "obj_ptr-inl.h" #include "runtime.h" -- cgit v1.2.3-59-g8ed1b