diff options
Diffstat (limited to 'Swiften/Elements/CompressRequest.h')
| -rw-r--r-- | Swiften/Elements/CompressRequest.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Swiften/Elements/CompressRequest.h b/Swiften/Elements/CompressRequest.h index dda6684..4e2a3a4 100644 --- a/Swiften/Elements/CompressRequest.h +++ b/Swiften/Elements/CompressRequest.h | |||
| @@ -1,15 +1,16 @@ | |||
| 1 | /* | 1 | /* |
| 2 | * Copyright (c) 2010-2014 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 | */ |
| 6 | 6 | ||
| 7 | #pragma once | 7 | #pragma once |
| 8 | 8 | ||
| 9 | #include <Swiften/Base/API.h> | ||
| 9 | #include <Swiften/Elements/ToplevelElement.h> | 10 | #include <Swiften/Elements/ToplevelElement.h> |
| 10 | 11 | ||
| 11 | namespace Swift { | 12 | namespace Swift { |
| 12 | class CompressRequest : public ToplevelElement | 13 | class SWIFTEN_API CompressRequest : public ToplevelElement |
| 13 | { | 14 | { |
| 14 | public: | 15 | public: |
| 15 | CompressRequest(const std::string& method = "") : method_(method) {} | 16 | CompressRequest(const std::string& method = "") : method_(method) {} |
Swift