summaryrefslogtreecommitdiff
path: root/compiler/utils/label.h
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/utils/label.h')
-rw-r--r--compiler/utils/label.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/compiler/utils/label.h b/compiler/utils/label.h
index 282500b1b7..0368d90a26 100644
--- a/compiler/utils/label.h
+++ b/compiler/utils/label.h
@@ -20,7 +20,9 @@
#include <android-base/logging.h>
#include <android-base/macros.h>
-namespace art {
+#include "base/macros.h"
+
+namespace art HIDDEN {
class Assembler;
class AssemblerBuffer;