diff options
-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 |