summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swiften/Elements/RosterItemExchangePayload.h')
-rw-r--r--Swiften/Elements/RosterItemExchangePayload.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/Swiften/Elements/RosterItemExchangePayload.h b/Swiften/Elements/RosterItemExchangePayload.h
index 5090aff..fc61f3d 100644
--- a/Swiften/Elements/RosterItemExchangePayload.h
+++ b/Swiften/Elements/RosterItemExchangePayload.h
@@ -12,11 +12,10 @@
#pragma once
+#include <memory>
#include <string>
#include <vector>
-#include <boost/shared_ptr.hpp>
-
#include <Swiften/Base/API.h>
#include <Swiften/Elements/Payload.h>
#include <Swiften/JID/JID.h>
@@ -24,7 +23,7 @@
namespace Swift {
class SWIFTEN_API RosterItemExchangePayload : public Payload {
public:
- typedef boost::shared_ptr<RosterItemExchangePayload> ref;
+ typedef std::shared_ptr<RosterItemExchangePayload> ref;
class SWIFTEN_API Item {
public: