summaryrefslogtreecommitdiff
path: root/runtime/interpreter/mterp/nterp.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/interpreter/mterp/nterp.h')
-rw-r--r--runtime/interpreter/mterp/nterp.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/interpreter/mterp/nterp.h b/runtime/interpreter/mterp/nterp.h
index a7745db716..446fb858ce 100644
--- a/runtime/interpreter/mterp/nterp.h
+++ b/runtime/interpreter/mterp/nterp.h
@@ -19,11 +19,12 @@
#include "base/array_ref.h"
#include "base/globals.h"
+#include "base/macros.h"
extern "C" void* artNterpAsmInstructionStart[];
extern "C" void* artNterpAsmInstructionEnd[];
-namespace art {
+namespace art HIDDEN {
class ArtMethod;