include misc.hh for panic
authorNathan Binkert <binkertn@umich.edu>
Sat, 17 Jun 2006 23:18:53 +0000 (19:18 -0400)
committerNathan Binkert <binkertn@umich.edu>
Sat, 17 Jun 2006 23:18:53 +0000 (19:18 -0400)
--HG--
extra : convert_revision : 05e59f45b98e862f9d61bec223871b314eb2195e

src/sim/byteswap.hh

index c1d846aa8e575d52afd99b763ffc3d25cd7caa6f..f1f244150fda0d622d756e2d5f23e147247046e7 100644 (file)
@@ -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