diff options
author | Nathan Binkert <nate@binkert.org> | 2011-04-15 10:44:14 -0700 |
---|---|---|
committer | Nathan Binkert <nate@binkert.org> | 2011-04-15 10:44:14 -0700 |
commit | bbb1392c088f8c41e7e438380f5b5358c41c178a (patch) | |
tree | 616bde92e651a4e4e556ff2a002083e4037b5780 /src/cpu/o3/commit_impl.hh | |
parent | 39a055645f77e0fa7bf49406635dba6bd65e361f (diff) | |
download | gem5-bbb1392c088f8c41e7e438380f5b5358c41c178a.tar.xz |
includes: fix up code after sorting
Diffstat (limited to 'src/cpu/o3/commit_impl.hh')
-rw-r--r-- | src/cpu/o3/commit_impl.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cpu/o3/commit_impl.hh b/src/cpu/o3/commit_impl.hh index a48e5f046..2512ab1f6 100644 --- a/src/cpu/o3/commit_impl.hh +++ b/src/cpu/o3/commit_impl.hh @@ -55,6 +55,7 @@ #include "cpu/exetrace.hh" #include "cpu/timebuf.hh" #include "params/DerivO3CPU.hh" +#include "sim/faults.hh" #if USE_CHECKER #include "cpu/checker/cpu.hh" |