From: Ron Dreslinski Date: Tue, 31 Jan 2006 19:15:33 +0000 (-0500) Subject: Add proper includes X-Git-Tag: m5_2.0_beta1~244 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=95088d141fb3006a39c342af9501f0203772cf79;p=gem5.git Add proper includes --HG-- extra : convert_revision : c5f909d00b6025cd8f14544f7e2c9c50610c0cd3 --- diff --git a/mem/bus.hh b/mem/bus.hh index 80d4d9dfd..57d819304 100644 --- a/mem/bus.hh +++ b/mem/bus.hh @@ -40,6 +40,8 @@ #include "base/range.hh" #include "mem/mem_object.hh" #include "mem/packet.hh" +#include "mem/port.hh" +#include "mem/request.hh" class Bus : public MemObject { diff --git a/mem/mem_object.hh b/mem/mem_object.hh index 7fa2380ba..c6c5076e8 100644 --- a/mem/mem_object.hh +++ b/mem/mem_object.hh @@ -35,6 +35,7 @@ #define __MEM_MEM_OBJECT_HH__ #include "sim/sim_object.hh" +#include "mem/port.hh" /** * The base MemoryObject class, allows for an accesor function to a