diff --git a/src/mem/bus.hh b/src/mem/bus.hh index 849bef639c..26729f7cc5 100644 --- a/src/mem/bus.hh +++ b/src/mem/bus.hh @@ -51,7 +51,7 @@ #ifndef __MEM_BUS_HH__ #define __MEM_BUS_HH__ -#include +#include #include #include "base/addr_range_map.hh" @@ -213,7 +213,7 @@ class BaseBus : public MemObject * An array of ports that retry should be called * on because the original send failed for whatever reason. */ - std::list retryList; + std::deque retryList; /** * Release the bus layer after being occupied and return to an