commit | 1fbd4520f9067439f09b98753b0c7c221930aa76 | [log] [tgz] |
---|---|---|
author | Roland Levillain <rpl@google.com> | Tue Mar 22 15:52:22 2016 +0000 |
committer | Roland Levillain <rpl@google.com> | Tue Mar 22 15:52:22 2016 +0000 |
tree | 5118f170e867eae6625f18e2743e0e9497e43f06 | |
parent | 0339bee5b1be39669606c4ba57edd42a0bacf0ff [diff] |
Fix missing header inclusion in art/runtime/thread.cc. The file art/runtime/thread.cc was missing an #include of art/runtime/gc/accounting/heap_bitmap-inl.h, which is required by art::ReferenceMapVisitor::VisitDeclaringClass to find the (inlined) implementation of art::gc::accounting::HeapBitmap::Test. This fixes the MIPS32 build. Change-Id: I00a8bc85d8b32cfed02309e13e437f0cfd0d493e