diff options
Diffstat (limited to 'src/mem/port_proxy.cc')
-rw-r--r-- | src/mem/port_proxy.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mem/port_proxy.cc b/src/mem/port_proxy.cc index f0158ec2d..f40c64e2e 100644 --- a/src/mem/port_proxy.cc +++ b/src/mem/port_proxy.cc @@ -37,9 +37,10 @@ * Authors: Andreas Hansson */ -#include "base/chunk_generator.hh" #include "mem/port_proxy.hh" +#include "base/chunk_generator.hh" + void PortProxy::readBlob(Addr addr, uint8_t *p, int size) const { |