diff options
Diffstat (limited to 'runtime/mirror/object_array-inl.h')
-rw-r--r-- | runtime/mirror/object_array-inl.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/runtime/mirror/object_array-inl.h b/runtime/mirror/object_array-inl.h index d473816448..bef4af617a 100644 --- a/runtime/mirror/object_array-inl.h +++ b/runtime/mirror/object_array-inl.h @@ -17,6 +17,8 @@ #ifndef ART_RUNTIME_MIRROR_OBJECT_ARRAY_INL_H_ #define ART_RUNTIME_MIRROR_OBJECT_ARRAY_INL_H_ +#include <string> + #include "object_array.h" #include "array-inl.h" @@ -26,7 +28,7 @@ #include "runtime.h" #include "handle_scope-inl.h" #include "thread.h" -#include <string> +#include "utils.h" namespace art { namespace mirror { |