diff options
author | 2014-10-08 19:15:21 +0000 | |
---|---|---|
committer | 2014-10-08 19:15:21 +0000 | |
commit | 175b2732f7e55a07094c30aa08d946189b4af97e (patch) | |
tree | 79d5ee5444a5be70130d9a75dd51831c4b15687b /runtime/mirror/object_array-inl.h | |
parent | edc34c88b8f8abd04f9c4668787403608cf0b2d4 (diff) | |
parent | 7e70b002c4552347ed1af8c002a0e13f08864f20 (diff) |
Merge "Header file clean up."
Diffstat (limited to 'runtime/mirror/object_array-inl.h')
-rw-r--r-- | runtime/mirror/object_array-inl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/mirror/object_array-inl.h b/runtime/mirror/object_array-inl.h index 0ca44f8a3e..fbc4f4a675 100644 --- a/runtime/mirror/object_array-inl.h +++ b/runtime/mirror/object_array-inl.h @@ -19,6 +19,7 @@ #include "object_array.h" +#include "array-inl.h" #include "base/stringprintf.h" #include "gc/heap.h" #include "mirror/art_field.h" |