sim: Make the drain state a global typed enum
[gem5.git] / src / cpu / static_inst_fwd.hh
index 7e2172f72d857e0737e915fec45e8a9859748961..554de49286b9945bc81a95a0a31554ccb985493b 100644 (file)
@@ -31,8 +31,9 @@
 #ifndef __CPU_STATIC_INST_FWD_HH__
 #define __CPU_STATIC_INST_FWD_HH__
 
+#include "base/refcnt.hh"
+
 class StaticInst;
-template <class T> class RefCountingPtr;
 typedef RefCountingPtr<StaticInst> StaticInstPtr;
 
 #endif // __CPU_STATIC_INST_FWD_HH__