From: Nathan Binkert Date: Sat, 17 Jun 2006 23:18:53 +0000 (-0400) Subject: include misc.hh for panic X-Git-Tag: m5_2.0_beta1~36^2~60 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d91f4d172a9c9f82348899018c296eea186b2d74;p=gem5.git include misc.hh for panic --HG-- extra : convert_revision : 05e59f45b98e862f9d61bec223871b314eb2195e --- 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