summaryrefslogtreecommitdiff
path: root/src/arch/x86/faults.hh
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2007-03-05 14:47:42 +0000
committerGabe Black <gblack@eecs.umich.edu>2007-03-05 14:47:42 +0000
commitec8b49cc5f9c3d6ecc824d174792e0363c6206f1 (patch)
tree97aaa8948a0780063ec28d54061d8a6c4450dc7c /src/arch/x86/faults.hh
parent8a33c8dce4814d9fa5e8eec230afb0883f5d6bd0 (diff)
downloadgem5-ec8b49cc5f9c3d6ecc824d174792e0363c6206f1.tar.xz
Added a missing include.
--HG-- extra : convert_revision : 62583e5a5647913fb36e1aae265e8ac52a165829
Diffstat (limited to 'src/arch/x86/faults.hh')
-rw-r--r--src/arch/x86/faults.hh1
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