diff options
Diffstat (limited to 'src/mem/cache/mshr_queue.hh')
-rw-r--r-- | src/mem/cache/mshr_queue.hh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mem/cache/mshr_queue.hh b/src/mem/cache/mshr_queue.hh index f0b5c2ab0..1b960a5a2 100644 --- a/src/mem/cache/mshr_queue.hh +++ b/src/mem/cache/mshr_queue.hh @@ -48,10 +48,12 @@ #ifndef __MEM_CACHE_MSHR_QUEUE_HH__ #define __MEM_CACHE_MSHR_QUEUE_HH__ -#include <vector> +#include <string> +#include "base/types.hh" #include "mem/cache/mshr.hh" #include "mem/cache/queue.hh" +#include "mem/packet.hh" /** * A Class for maintaining a list of pending and allocated memory requests. |