summaryrefslogtreecommitdiff
path: root/src/base/types.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/base/types.hh')
-rw-r--r--src/base/types.hh3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/base/types.hh b/src/base/types.hh
index ad9ac766e..9ef362fa1 100644
--- a/src/base/types.hh
+++ b/src/base/types.hh
@@ -42,6 +42,8 @@
#include <cassert>
#include <ostream>
+#include "base/refcnt.hh"
+
/** uint64_t constant */
#define ULL(N) ((uint64_t)N##ULL)
/** int64_t constant */
@@ -177,7 +179,6 @@ typedef int16_t PortID;
const PortID InvalidPortID = (PortID)-1;
class FaultBase;
-template <class T> class RefCountingPtr;
typedef RefCountingPtr<FaultBase> Fault;
#endif // __BASE_TYPES_HH__