summaryrefslogtreecommitdiff
path: root/runtime/class_root.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/class_root.h')
-rw-r--r--runtime/class_root.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/class_root.h b/runtime/class_root.h
index 19a78b1ffb..1cd135f2aa 100644
--- a/runtime/class_root.h
+++ b/runtime/class_root.h
@@ -17,7 +17,8 @@
#ifndef ART_RUNTIME_CLASS_ROOT_H_
#define ART_RUNTIME_CLASS_ROOT_H_
-#include "class_linker.h"
+#include "class_linker-inl.h"
+#include "gc_root-inl.h"
#include "mirror/class.h"
#include "mirror/object_array-inl.h"
#include "obj_ptr-inl.h"