summaryrefslogtreecommitdiff
path: root/runtime/linear_alloc.h
diff options
context:
space:
mode:
author Treehugger Robot <treehugger-gerrit@google.com> 2018-04-04 23:57:14 +0000
committer Gerrit Code Review <noreply-gerritcodereview@google.com> 2018-04-04 23:57:14 +0000
commitd9c8f55d18af0cdf379715eef83d6c9f737ef947 (patch)
tree1c5d694fd6d1a86edb65dd826e20282a6fc26a28 /runtime/linear_alloc.h
parent5a745014b34109c34809ff904949784fd9ff3622 (diff)
parent3215fff7ef8fa3c2250b91158560eacc613a4671 (diff)
Merge "Separate Malloc and MemMap ArenaPools"
Diffstat (limited to 'runtime/linear_alloc.h')
-rw-r--r--runtime/linear_alloc.h1
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 {