diff options
Diffstat (limited to 'runtime/gc/accounting/bitmap.cc')
| -rw-r--r-- | runtime/gc/accounting/bitmap.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/gc/accounting/bitmap.cc b/runtime/gc/accounting/bitmap.cc index e5353807a9c..d45a0cc018e 100644 --- a/runtime/gc/accounting/bitmap.cc +++ b/runtime/gc/accounting/bitmap.cc @@ -19,9 +19,9 @@ #include <sys/mman.h> // For the PROT_* and MAP_* constants. #include "base/bit_utils.h" +#include "base/mem_map.h" #include "card_table.h" #include "jit/jit_code_cache.h" -#include "mem_map.h" namespace art { namespace gc { |
