diff options
Diffstat (limited to 'runtime/noop_compiler_callbacks.h')
-rw-r--r-- | runtime/noop_compiler_callbacks.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/noop_compiler_callbacks.h b/runtime/noop_compiler_callbacks.h index 1e4e701d97..34e15e71ad 100644 --- a/runtime/noop_compiler_callbacks.h +++ b/runtime/noop_compiler_callbacks.h @@ -17,9 +17,10 @@ #ifndef ART_RUNTIME_NOOP_COMPILER_CALLBACKS_H_ #define ART_RUNTIME_NOOP_COMPILER_CALLBACKS_H_ +#include "base/macros.h" #include "compiler_callbacks.h" -namespace art { +namespace art HIDDEN { class NoopCompilerCallbacks final : public CompilerCallbacks { public: |