summaryrefslogtreecommitdiff
path: root/runtime/compiler_callbacks.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/compiler_callbacks.h')
-rw-r--r--runtime/compiler_callbacks.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/compiler_callbacks.h b/runtime/compiler_callbacks.h
index 3fa2fa3022..cd6f6b893b 100644
--- a/runtime/compiler_callbacks.h
+++ b/runtime/compiler_callbacks.h
@@ -18,11 +18,12 @@
#define ART_RUNTIME_COMPILER_CALLBACKS_H_
#include "base/locks.h"
+#include "base/macros.h"
#include "class_status.h"
#include "dex/class_reference.h"
#include "dex/method_reference.h"
-namespace art {
+namespace art HIDDEN {
class CompilerDriver;