56a57
> #include "base/hashmap.hh"
249a251,258
> /**
> * Remember where request packets came from so that we can route
> * responses to the appropriate port. This relies on the fact that
> * the underlying Request pointer inside the Packet stays
> * constant.
> */
> m5::unordered_map<RequestPtr, PortID> routeTo;
>