diff options
Diffstat (limited to 'cpp/src/qpid/broker/Persistable.h')
| -rw-r--r-- | cpp/src/qpid/broker/Persistable.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/src/qpid/broker/Persistable.h b/cpp/src/qpid/broker/Persistable.h index 3fb96d8568..36499c7a1a 100644 --- a/cpp/src/qpid/broker/Persistable.h +++ b/cpp/src/qpid/broker/Persistable.h @@ -24,6 +24,7 @@ #include "qpid/framing/amqp_types.h" #include "qpid/framing/Buffer.h" +#include "qpid/RefCounted.h" namespace qpid { namespace broker { @@ -31,7 +32,7 @@ namespace broker { /** * Base class for all persistable objects */ -class Persistable +class Persistable : public RefCounted { public: /** |
