diff options
| author | 2018-04-04 23:57:14 +0000 | |
|---|---|---|
| committer | 2018-04-04 23:57:14 +0000 | |
| commit | d9c8f55d18af0cdf379715eef83d6c9f737ef947 (patch) | |
| tree | 1c5d694fd6d1a86edb65dd826e20282a6fc26a28 /runtime/linear_alloc.h | |
| parent | 5a745014b34109c34809ff904949784fd9ff3622 (diff) | |
| parent | 3215fff7ef8fa3c2250b91158560eacc613a4671 (diff) | |
Merge "Separate Malloc and MemMap ArenaPools"
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 { |