diff options
Diffstat (limited to 'Swiften/Elements/MUCUserPayload.h')
| -rw-r--r-- | Swiften/Elements/MUCUserPayload.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Swiften/Elements/MUCUserPayload.h b/Swiften/Elements/MUCUserPayload.h index 7109845..ed31816 100644 --- a/Swiften/Elements/MUCUserPayload.h +++ b/Swiften/Elements/MUCUserPayload.h | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* | 1 | /* |
| 2 | * Copyright (c) 2010 Isode Limited. | 2 | * Copyright (c) 2010-2015 Isode Limited. |
| 3 | * All rights reserved. | 3 | * All rights reserved. |
| 4 | * See the COPYING file for more information. | 4 | * See the COPYING file for more information. |
| 5 | */ | 5 | */ |
| @@ -11,13 +11,14 @@ | |||
| 11 | #include <string> | 11 | #include <string> |
| 12 | #include <vector> | 12 | #include <vector> |
| 13 | 13 | ||
| 14 | #include <Swiften/Base/API.h> | ||
| 14 | #include <Swiften/JID/JID.h> | 15 | #include <Swiften/JID/JID.h> |
| 15 | #include <Swiften/Elements/Payload.h> | 16 | #include <Swiften/Elements/Payload.h> |
| 16 | #include <Swiften/Elements/MUCOccupant.h> | 17 | #include <Swiften/Elements/MUCOccupant.h> |
| 17 | #include <Swiften/Elements/MUCItem.h> | 18 | #include <Swiften/Elements/MUCItem.h> |
| 18 | 19 | ||
| 19 | namespace Swift { | 20 | namespace Swift { |
| 20 | class MUCUserPayload : public Payload { | 21 | class SWIFTEN_API MUCUserPayload : public Payload { |
| 21 | public: | 22 | public: |
| 22 | typedef boost::shared_ptr<MUCUserPayload> ref; | 23 | typedef boost::shared_ptr<MUCUserPayload> ref; |
| 23 | 24 | ||
Swift