summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2007-03-15 03:17:00 +0000
committerGabe Black <gblack@eecs.umich.edu>2007-03-15 03:17:00 +0000
commit4379e54b52a6cefda4009b96a1a545973f3174c8 (patch)
treef9f0bf5b15d5256bf7da37990c86a3ef2530543d
parent32368a2bd62409b303b0fcbe796fc94e4902657d (diff)
downloadgem5-4379e54b52a6cefda4009b96a1a545973f3174c8.tar.xz
Compile fix
--HG-- extra : convert_revision : 4a66d04404beee9656e3e33089afcec10d7ee5ff
-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 b616886a5..d89e223de 100644
--- a/src/arch/x86/utility.hh
+++ b/src/arch/x86/utility.hh
@@ -61,6 +61,7 @@
#include "arch/x86/types.hh"
#include "base/hashmap.hh"
#include "base/misc.hh"
+#include "cpu/thread_context.hh"
#include "sim/host.hh"
class ThreadContext;