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/class-alloc-inl.h | 1 + 1 file changed, 1 insertion(+) (limited to 'runtime/mirror/class-alloc-inl.h') diff --git a/runtime/mirror/class-alloc-inl.h b/runtime/mirror/class-alloc-inl.h index d4a532e47d..03c422fc79 100644 --- a/runtime/mirror/class-alloc-inl.h +++ b/runtime/mirror/class-alloc-inl.h @@ -19,6 +19,7 @@ #include "class-inl.h" +#include "gc/allocator_type.h" #include "gc/heap-inl.h" #include "object-inl.h" #include "runtime.h" -- cgit v1.2.3-59-g8ed1b