diff options
Diffstat (limited to 'runtime/compiler_callbacks.h')
-rw-r--r-- | runtime/compiler_callbacks.h | 3 |
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; |