summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/RefCountedBuffer.h
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/cpp/src/qpid/RefCountedBuffer.h')
-rw-r--r--qpid/cpp/src/qpid/RefCountedBuffer.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/qpid/cpp/src/qpid/RefCountedBuffer.h b/qpid/cpp/src/qpid/RefCountedBuffer.h
index f0ea86130b..8c23a3ae93 100644
--- a/qpid/cpp/src/qpid/RefCountedBuffer.h
+++ b/qpid/cpp/src/qpid/RefCountedBuffer.h
@@ -24,13 +24,14 @@
#include <qpid/RefCounted.h>
#include <qpid/BufferRef.h>
+#include "qpid/CommonImportExport.h"
namespace qpid {
/**
* Reference-counted byte buffer. No alignment guarantees.
*/
-class RefCountedBuffer : public RefCounted {
+class QPID_COMMON_CLASS_EXTERN RefCountedBuffer : public RefCounted {
public:
/** Create a reference counted buffer of size n */
static BufferRef create(size_t n);