diff options
Diffstat (limited to 'runtime/mirror/class_loader.h')
-rw-r--r-- | runtime/mirror/class_loader.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/mirror/class_loader.h b/runtime/mirror/class_loader.h index 62b258cb13..0e925f4598 100644 --- a/runtime/mirror/class_loader.h +++ b/runtime/mirror/class_loader.h @@ -18,12 +18,13 @@ #define ART_RUNTIME_MIRROR_CLASS_LOADER_H_ #include "base/locks.h" +#include "base/macros.h" #include "obj_ptr.h" #include "object.h" #include "object_reference.h" #include "string.h" -namespace art { +namespace art HIDDEN { struct ClassLoaderOffsets; class ClassTable; |