diff options
Diffstat (limited to 'cpp/src/qpid/sys/ClusterSafe.h')
-rw-r--r-- | cpp/src/qpid/sys/ClusterSafe.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/cpp/src/qpid/sys/ClusterSafe.h b/cpp/src/qpid/sys/ClusterSafe.h index 70f07a958a..abb9ad0fff 100644 --- a/cpp/src/qpid/sys/ClusterSafe.h +++ b/cpp/src/qpid/sys/ClusterSafe.h @@ -22,6 +22,8 @@ * */ +#include "qpid/CommonImportExport.h" + namespace qpid { namespace sys { @@ -37,7 +39,7 @@ namespace sys { * This function is in the common library rather than the cluster * library because it is called by code in the broker library. */ -void assertClusterSafe(); +QPID_COMMON_EXTERN void assertClusterSafe(); /** * Base class for classes that encapsulate state which is replicated |