summaryrefslogtreecommitdiff
path: root/compiler/utils/stack_checks.h
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/utils/stack_checks.h')
-rw-r--r--compiler/utils/stack_checks.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/compiler/utils/stack_checks.h b/compiler/utils/stack_checks.h
index c348f2c8ee..d0fff73df3 100644
--- a/compiler/utils/stack_checks.h
+++ b/compiler/utils/stack_checks.h
@@ -18,8 +18,9 @@
#define ART_COMPILER_UTILS_STACK_CHECKS_H_
#include "arch/instruction_set.h"
+#include "base/macros.h"
-namespace art {
+namespace art HIDDEN {
// Size of a frame that we definitely consider large. Anything larger than this should
// definitely get a stack overflow check.