summaryrefslogtreecommitdiff
path: root/src/mem/cache/queue_entry.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/mem/cache/queue_entry.hh')
-rw-r--r--src/mem/cache/queue_entry.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mem/cache/queue_entry.hh b/src/mem/cache/queue_entry.hh
index 8923d860b..7ab9e4f29 100644
--- a/src/mem/cache/queue_entry.hh
+++ b/src/mem/cache/queue_entry.hh
@@ -49,6 +49,7 @@
#ifndef __MEM_CACHE_QUEUE_ENTRY_HH__
#define __MEM_CACHE_QUEUE_ENTRY_HH__
+#include "base/types.hh"
#include "mem/packet.hh"
class BaseCache;