summaryrefslogtreecommitdiff
path: root/src/cpu/ozone/null_predictor.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpu/ozone/null_predictor.hh')
-rw-r--r--src/cpu/ozone/null_predictor.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu/ozone/null_predictor.hh b/src/cpu/ozone/null_predictor.hh
index 0751338b7..e930ca7d4 100644
--- a/src/cpu/ozone/null_predictor.hh
+++ b/src/cpu/ozone/null_predictor.hh
@@ -32,7 +32,7 @@
#define __CPU_OZONE_NULL_PREDICTOR_HH__
#include "cpu/inst_seq.hh"
-#include "sim/host.hh"
+#include "base/types.hh"
template <class Impl>
class NullPredictor