diff options
| author | 2019-05-14 12:41:40 -0700 | |
|---|---|---|
| committer | 2019-05-16 00:59:49 +0000 | |
| commit | 391be3ab96ebe8d9cc00849a3bb8058708416000 (patch) | |
| tree | a3c56b6250b34e23eedac6d50c65b164e959a62f /runtime/mirror/string-alloc-inl.h | |
| parent | 0c2313c2d119e32ac27dae6513a9406ea087bfa9 (diff) | |
ART: Forward-declare AllocatorType (iwyu)
Test: mmma art
Change-Id: I064a1664727dfbed6ae91bde1658c7ba021bcc94
Diffstat (limited to 'runtime/mirror/string-alloc-inl.h')
| -rw-r--r-- | runtime/mirror/string-alloc-inl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/mirror/string-alloc-inl.h b/runtime/mirror/string-alloc-inl.h index 7215c39927..32b6bb46f6 100644 --- a/runtime/mirror/string-alloc-inl.h +++ b/runtime/mirror/string-alloc-inl.h @@ -24,6 +24,7 @@ #include "base/bit_utils.h" #include "class.h" #include "class_root.h" +#include "gc/allocator_type.h" #include "gc/heap-inl.h" #include "obj_ptr.h" #include "runtime.h" |