summaryrefslogtreecommitdiff
path: root/src/cpu/o3/store_set.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/o3/store_set.hh')
-rw-r--r--src/cpu/o3/store_set.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu/o3/store_set.hh b/src/cpu/o3/store_set.hh
index f9f7637d0..88f5e0d07 100644
--- a/src/cpu/o3/store_set.hh
+++ b/src/cpu/o3/store_set.hh
@@ -37,7 +37,7 @@
#include <vector>
#include "cpu/inst_seq.hh"
-#include "sim/host.hh"
+#include "base/types.hh"
struct ltseqnum {
bool operator()(const InstSeqNum &lhs, const InstSeqNum &rhs) const