37a38
> #include <unordered_map>
40d40
< #include "base/hashmap.hh"
322c322
< m5::hash_map<long, bool> map;
---
> std::unordered_map<long, bool> map;