diff options
Diffstat (limited to 'runtime/gc/allocator/rosalloc.h')
-rw-r--r-- | runtime/gc/allocator/rosalloc.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/runtime/gc/allocator/rosalloc.h b/runtime/gc/allocator/rosalloc.h index d1e7ad9..a54edcc 100644 --- a/runtime/gc/allocator/rosalloc.h +++ b/runtime/gc/allocator/rosalloc.h @@ -30,11 +30,13 @@ #include "base/mutex.h" #include "base/logging.h" #include "globals.h" -#include "mem_map.h" #include "thread.h" #include "utils.h" namespace art { + +class MemMap; + namespace gc { namespace allocator { |