summaryrefslogtreecommitdiff
path: root/runtime/mirror/class_flags.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/mirror/class_flags.h')
-rw-r--r--runtime/mirror/class_flags.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/runtime/mirror/class_flags.h b/runtime/mirror/class_flags.h
index c85b9e0eee..26a87c9546 100644
--- a/runtime/mirror/class_flags.h
+++ b/runtime/mirror/class_flags.h
@@ -19,7 +19,9 @@
#include <stdint.h>
-namespace art {
+#include "base/macros.h"
+
+namespace art HIDDEN {
namespace mirror {
// Normal instance with at least one ref field other than the class.