summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2007-03-05 16:11:07 +0000
committerGabe Black <gblack@eecs.umich.edu>2007-03-05 16:11:07 +0000
commita0294c10cd3096feba040b3fd4d955d2cf6244d9 (patch)
tree9f1546ab2b247d79a71bbf6ebdd1ae32fe06ff9a
parentecfc6224512a44d89285625dd04d1f9e90ff2091 (diff)
downloadgem5-a0294c10cd3096feba040b3fd4d955d2cf6244d9.tar.xz
Added missing include.
--HG-- extra : convert_revision : 9d00209e5c0ae8aa5ac37f9558627ee212a72c9b
-rw-r--r--src/arch/x86/utility.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/arch/x86/utility.hh b/src/arch/x86/utility.hh
index b110a1072..1d9d8d3d5 100644
--- a/src/arch/x86/utility.hh
+++ b/src/arch/x86/utility.hh
@@ -60,6 +60,7 @@
#include "arch/x86/types.hh"
#include "base/misc.hh"
+#include "sim/host.hh"
class ThreadContext;