From d91f4d172a9c9f82348899018c296eea186b2d74 Mon Sep 17 00:00:00 2001 From: Nathan Binkert Date: Sat, 17 Jun 2006 19:18:53 -0400 Subject: include misc.hh for panic --HG-- extra : convert_revision : 05e59f45b98e862f9d61bec223871b314eb2195e --- src/sim/byteswap.hh | 1 + 1 file changed, 1 insertion(+) (limited to 'src/sim/byteswap.hh') 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 -- cgit v1.2.3