diff options
Diffstat (limited to 'runtime/class_root.h')
-rw-r--r-- | runtime/class_root.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/class_root.h b/runtime/class_root.h index baa21286a8..67e369fd9b 100644 --- a/runtime/class_root.h +++ b/runtime/class_root.h @@ -20,9 +20,10 @@ #include <stdint.h> #include "base/locks.h" +#include "base/macros.h" #include "read_barrier_option.h" -namespace art { +namespace art HIDDEN { class ClassLinker; template<class MirrorType> class ObjPtr; |