From: Gabe Black Date: Tue, 7 Nov 2006 10:42:15 +0000 (-0500) Subject: Added sim/host.hh for the Addr type. X-Git-Tag: m5_2.0_beta2~53^2~30 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2f4c66ad2d1ddf7c3295cd176ce39aa4d3fcb816;p=gem5.git Added sim/host.hh for the Addr type. --HG-- extra : convert_revision : cd07a920417b7fb34e5ca3bf70d707327eb59eb3 --- 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 #include "base/misc.hh" +#include "sim/host.hh" class ThreadContext; class PCEventQueue;