diff options
author | Gabe Black <gblack@eecs.umich.edu> | 2007-03-05 14:47:42 +0000 |
---|---|---|
committer | Gabe Black <gblack@eecs.umich.edu> | 2007-03-05 14:47:42 +0000 |
commit | ec8b49cc5f9c3d6ecc824d174792e0363c6206f1 (patch) | |
tree | 97aaa8948a0780063ec28d54061d8a6c4450dc7c | |
parent | 8a33c8dce4814d9fa5e8eec230afb0883f5d6bd0 (diff) | |
download | gem5-ec8b49cc5f9c3d6ecc824d174792e0363c6206f1.tar.xz |
Added a missing include.
--HG--
extra : convert_revision : 62583e5a5647913fb36e1aae265e8ac52a165829
-rw-r--r-- | src/arch/x86/faults.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/arch/x86/faults.hh b/src/arch/x86/faults.hh index 7d12e7df4..384b4b352 100644 --- a/src/arch/x86/faults.hh +++ b/src/arch/x86/faults.hh @@ -58,6 +58,7 @@ #ifndef __ARCH_X86_FAULTS_HH__ #define __ARCH_X86_FAULTS_HH__ +#include "base/misc.hh" #include "sim/faults.hh" namespace X86ISA |