diff options
author | Nathan Binkert <nate@binkert.org> | 2007-08-01 11:48:32 -0700 |
---|---|---|
committer | Nathan Binkert <nate@binkert.org> | 2007-08-01 11:48:32 -0700 |
commit | a4a5e6bc2e7d8e5912917706105b1d9f527a2135 (patch) | |
tree | 5e0dc06c386d75f0483b42ffe293459d6b517331 /src | |
parent | ae3e1d22fc3bfff8c246a0a743b77f4096d95b74 (diff) | |
download | gem5-a4a5e6bc2e7d8e5912917706105b1d9f527a2135.tar.xz |
Twin64_t is in base/bigint.hh
--HG--
extra : convert_revision : 827a89c203235aea08d184cdc720d9c6fb08e4c7
Diffstat (limited to 'src')
-rw-r--r-- | src/sim/insttracer.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sim/insttracer.hh b/src/sim/insttracer.hh index ebeae1fe9..82b86ca84 100644 --- a/src/sim/insttracer.hh +++ b/src/sim/insttracer.hh @@ -32,6 +32,7 @@ #ifndef __INSTRECORD_HH__ #define __INSTRECORD_HH__ +#include "base/bigint.hh" #include "base/trace.hh" #include "cpu/inst_seq.hh" // for InstSeqNum #include "cpu/static_inst.hh" |