From: Nathan Binkert Date: Fri, 17 Oct 2008 05:22:47 +0000 (-0700) Subject: need to add packet_access.hh in order to get tempalte definition X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9b8011e255ee419a689706704b92e5a816fd8d34;p=gem5.git need to add packet_access.hh in order to get tempalte definition --- diff --git a/src/dev/x86/i8259.cc b/src/dev/x86/i8259.cc index 2d460b96d..b3d3a5aa2 100644 --- a/src/dev/x86/i8259.cc +++ b/src/dev/x86/i8259.cc @@ -31,6 +31,8 @@ #include "base/bitfield.hh" #include "dev/x86/i82094aa.hh" #include "dev/x86/i8259.hh" +#include "mem/packet.hh" +#include "mem/packet_access.hh" X86ISA::I8259::I8259(Params * p) : BasicPioDevice(p), IntDev(this), latency(p->pio_latency), output(p->output),