summaryrefslogtreecommitdiff
path: root/runtime/mirror/string.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/mirror/string.h')
-rw-r--r--runtime/mirror/string.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/mirror/string.h b/runtime/mirror/string.h
index 545fe93516..c45dc499e5 100644
--- a/runtime/mirror/string.h
+++ b/runtime/mirror/string.h
@@ -18,7 +18,8 @@
#define ART_RUNTIME_MIRROR_STRING_H_
#include "gc/allocator_type.h"
-#include "gc_root.h"
+#include "gc_root-inl.h"
+#include "class.h"
#include "object.h"
namespace art {