types: Move stuff for global types into src/base/types.hh
[gem5.git] / src / cpu / o3 / ras.hh
index f0621c5b56ac9af997838b83a53f113d638dec84..e9a52fd37a9a028eaf3bb88f8640468ae78eaad8 100644 (file)
@@ -31,7 +31,7 @@
 #ifndef __CPU_O3_RAS_HH__
 #define __CPU_O3_RAS_HH__
 
-#include "sim/host.hh"
+#include "base/types.hh"
 #include <vector>
 
 /** Return address stack class, implements a simple RAS. */