Add proper includes
--HG-- extra : convert_revision : c5f909d00b6025cd8f14544f7e2c9c50610c0cd3
This commit is contained in:
parent
c0f012d13d
commit
95088d141f
2 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
{
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue