summaryrefslogtreecommitdiff
path: root/src/cpu/pc_event.hh
diff options
context:
space:
mode:
authorGabe Black <gblack@eecs.umich.edu>2006-11-07 05:42:15 -0500
committerGabe Black <gblack@eecs.umich.edu>2006-11-07 05:42:15 -0500
commit2f4c66ad2d1ddf7c3295cd176ce39aa4d3fcb816 (patch)
tree4ae1dbe59d9bdf1f4c46a650344e7615ad2554cd /src/cpu/pc_event.hh
parent3826b6927c5c8863b344f1a36f2f145861c450bd (diff)
downloadgem5-2f4c66ad2d1ddf7c3295cd176ce39aa4d3fcb816.tar.xz
Added sim/host.hh for the Addr type.
--HG-- extra : convert_revision : cd07a920417b7fb34e5ca3bf70d707327eb59eb3
Diffstat (limited to 'src/cpu/pc_event.hh')
-rw-r--r--src/cpu/pc_event.hh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cpu/pc_event.hh b/src/cpu/pc_event.hh
index 6b048b2c2..3709dcd59 100644
--- a/src/cpu/pc_event.hh
+++ b/src/cpu/pc_event.hh
@@ -35,6 +35,7 @@
#include <vector>
#include "base/misc.hh"
+#include "sim/host.hh"
class ThreadContext;
class PCEventQueue;