summaryrefslogtreecommitdiff
path: root/src/cpu/o3/ras.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/o3/ras.hh')
-rw-r--r--src/cpu/o3/ras.hh3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/cpu/o3/ras.hh b/src/cpu/o3/ras.hh
index 5c8a93285..97846ed16 100644
--- a/src/cpu/o3/ras.hh
+++ b/src/cpu/o3/ras.hh
@@ -31,8 +31,7 @@
#ifndef __CPU_O3_RAS_HH__
#define __CPU_O3_RAS_HH__
-// For Addr type.
-#include "arch/isa_traits.hh"
+#include "sim/host.hh"
#include <vector>
/** Return address stack class, implements a simple RAS. */