diff options
Diffstat (limited to 'Swiften/Elements/InBandRegistrationPayload.h')
| -rw-r--r-- | Swiften/Elements/InBandRegistrationPayload.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Swiften/Elements/InBandRegistrationPayload.h b/Swiften/Elements/InBandRegistrationPayload.h index 04742ba..4089bf7 100644 --- a/Swiften/Elements/InBandRegistrationPayload.h +++ b/Swiften/Elements/InBandRegistrationPayload.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 | */ |
| @@ -10,11 +10,12 @@ | |||
| 10 | #include <boost/optional.hpp> | 10 | #include <boost/optional.hpp> |
| 11 | #include <string> | 11 | #include <string> |
| 12 | 12 | ||
| 13 | #include <Swiften/Base/API.h> | ||
| 13 | #include <Swiften/Elements/Payload.h> | 14 | #include <Swiften/Elements/Payload.h> |
| 14 | #include <Swiften/Elements/Form.h> | 15 | #include <Swiften/Elements/Form.h> |
| 15 | 16 | ||
| 16 | namespace Swift { | 17 | namespace Swift { |
| 17 | class InBandRegistrationPayload : public Payload { | 18 | class SWIFTEN_API InBandRegistrationPayload : public Payload { |
| 18 | public: | 19 | public: |
| 19 | typedef boost::shared_ptr<InBandRegistrationPayload> ref; | 20 | typedef boost::shared_ptr<InBandRegistrationPayload> ref; |
| 20 | 21 | ||
Swift