diff options
Diffstat (limited to 'runtime/mirror/string.h')
-rw-r--r-- | runtime/mirror/string.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/mirror/string.h b/runtime/mirror/string.h index 7fbe8bd3a6..545fe93516 100644 --- a/runtime/mirror/string.h +++ b/runtime/mirror/string.h @@ -17,8 +17,8 @@ #ifndef ART_RUNTIME_MIRROR_STRING_H_ #define ART_RUNTIME_MIRROR_STRING_H_ -#include "gc_root.h" #include "gc/allocator_type.h" +#include "gc_root.h" #include "object.h" namespace art { |