diff options
author | Nathan Binkert <binkertn@umich.edu> | 2006-06-17 19:18:53 -0400 |
---|---|---|
committer | Nathan Binkert <binkertn@umich.edu> | 2006-06-17 19:18:53 -0400 |
commit | d91f4d172a9c9f82348899018c296eea186b2d74 (patch) | |
tree | 28783678ee82cc98435ac7b8e842768dac77efbf /src/sim | |
parent | 8dfc475a9d91eb17da5191e018c3991a3ff99c5a (diff) | |
download | gem5-d91f4d172a9c9f82348899018c296eea186b2d74.tar.xz |
include misc.hh for panic
--HG--
extra : convert_revision : 05e59f45b98e862f9d61bec223871b314eb2195e
Diffstat (limited to 'src/sim')
-rw-r--r-- | src/sim/byteswap.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/sim/byteswap.hh b/src/sim/byteswap.hh index c1d846aa8..f1f244150 100644 --- a/src/sim/byteswap.hh +++ b/src/sim/byteswap.hh @@ -36,6 +36,7 @@ #ifndef __SIM_BYTE_SWAP_HH__ #define __SIM_BYTE_SWAP_HH__ +#include "base/misc.hh" #include "sim/host.hh" // This lets us figure out what the byte order of the host system is |