diff options
Diffstat (limited to 'runtime/linear_alloc.h')
-rw-r--r-- | runtime/linear_alloc.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/linear_alloc.h b/runtime/linear_alloc.h index c81077abfc..ce073cce13 100644 --- a/runtime/linear_alloc.h +++ b/runtime/linear_alloc.h @@ -19,9 +19,10 @@ #include "base/arena_allocator.h" #include "base/casts.h" +#include "base/macros.h" #include "base/mutex.h" -namespace art { +namespace art HIDDEN { class ArenaPool; |