37a38,39
>
> #include "base/hashmap.hh"
226c228,229
< out << "[" << hex << "0x" << m_address << "," << " line 0x" << maskLowOrderBits(RubySystem::getBlockSizeBits()) << dec << "]" << flush;
---
> using namespace std;
> out << "[" << hex << "0x" << m_address << "," << " line 0x" << maskLowOrderBits(RubySystem::getBlockSizeBits()) << dec << "]" << flush;
230c233
< namespace __gnu_cxx {
---
> namespace __hash_namespace {