diff options
Diffstat (limited to 'cpp/src/qpid/cluster/Cluster.cpp')
-rw-r--r-- | cpp/src/qpid/cluster/Cluster.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/cluster/Cluster.cpp b/cpp/src/qpid/cluster/Cluster.cpp index 09e053dc28..910699f913 100644 --- a/cpp/src/qpid/cluster/Cluster.cpp +++ b/cpp/src/qpid/cluster/Cluster.cpp @@ -46,10 +46,10 @@ #include "qpid/management/IdAllocator.h" #include "qpid/management/ManagementBroker.h" #include "qpid/memory.h" -#include "qpid/shared_ptr.h" #include "qpid/sys/Thread.h" #include "qpid/sys/LatencyTracker.h" +#include <boost/shared_ptr.hpp> #include <boost/bind.hpp> #include <boost/cast.hpp> #include <boost/current_function.hpp> |