X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fcpu%2Fstatic_inst_fwd.hh;h=554de49286b9945bc81a95a0a31554ccb985493b;hb=e9c3d59aae58f8fcf77ce5cf4b985dc9e2a90de2;hp=7e2172f72d857e0737e915fec45e8a9859748961;hpb=49a7ed0397954f555f5fb4272334e606a3048c59;p=gem5.git diff --git a/src/cpu/static_inst_fwd.hh b/src/cpu/static_inst_fwd.hh index 7e2172f72..554de4928 100644 --- a/src/cpu/static_inst_fwd.hh +++ b/src/cpu/static_inst_fwd.hh @@ -31,8 +31,9 @@ #ifndef __CPU_STATIC_INST_FWD_HH__ #define __CPU_STATIC_INST_FWD_HH__ +#include "base/refcnt.hh" + class StaticInst; -template class RefCountingPtr; typedef RefCountingPtr StaticInstPtr; #endif // __CPU_STATIC_INST_FWD_HH__