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