diff options
Diffstat (limited to 'runtime/mirror/array.h')
| -rw-r--r-- | runtime/mirror/array.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/runtime/mirror/array.h b/runtime/mirror/array.h index 1ee4e50df8..f0397b6912 100644 --- a/runtime/mirror/array.h +++ b/runtime/mirror/array.h @@ -19,12 +19,15 @@ #include "base/bit_utils.h" #include "base/enums.h" -#include "gc/allocator_type.h" #include "obj_ptr.h" #include "object.h" namespace art { +namespace gc { +enum AllocatorType : char; +} // namespace gc + template<class T> class Handle; class Thread; |