diff options
Diffstat (limited to 'src/cpu/o3/comm.hh')
-rw-r--r-- | src/cpu/o3/comm.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu/o3/comm.hh b/src/cpu/o3/comm.hh index fb772060b..a486f340d 100644 --- a/src/cpu/o3/comm.hh +++ b/src/cpu/o3/comm.hh @@ -35,7 +35,7 @@ #include "sim/faults.hh" #include "cpu/inst_seq.hh" -#include "sim/host.hh" +#include "base/types.hh" // Typedef for physical register index type. Although the Impl would be the // most likely location for this, there are a few classes that need this |