diff options
Diffstat (limited to 'runtime/linear_alloc.h')
| -rw-r--r-- | runtime/linear_alloc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/linear_alloc.h b/runtime/linear_alloc.h index 384b2e3243..87086f29d4 100644 --- a/runtime/linear_alloc.h +++ b/runtime/linear_alloc.h @@ -18,6 +18,7 @@ #define ART_RUNTIME_LINEAR_ALLOC_H_ #include "base/arena_allocator.h" +#include "base/mutex.h" namespace art { |