diff options
Diffstat (limited to 'runtime/mirror/object_reference.h')
-rw-r--r-- | runtime/mirror/object_reference.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/mirror/object_reference.h b/runtime/mirror/object_reference.h index 251bcfd89a..177b96885e 100644 --- a/runtime/mirror/object_reference.h +++ b/runtime/mirror/object_reference.h @@ -23,11 +23,12 @@ #include "base/atomic.h" #include "base/casts.h" #include "base/locks.h" // For Locks::mutator_lock_. +#include "base/macros.h" #include "heap_poisoning.h" #include "obj_ptr.h" #include "runtime_globals.h" -namespace art { +namespace art HIDDEN { namespace mirror { class Object; |