diff options
Diffstat (limited to 'Swiften/Serializer/CompressRequestSerializer.h')
| -rw-r--r-- | Swiften/Serializer/CompressRequestSerializer.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Swiften/Serializer/CompressRequestSerializer.h b/Swiften/Serializer/CompressRequestSerializer.h index 619c402..2ff349d 100644 --- a/Swiften/Serializer/CompressRequestSerializer.h +++ b/Swiften/Serializer/CompressRequestSerializer.h | |||
| @@ -1,5 +1,5 @@ | |||
| 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 | */ |
| @@ -8,10 +8,11 @@ | |||
| 8 | 8 | ||
| 9 | #include <boost/shared_ptr.hpp> | 9 | #include <boost/shared_ptr.hpp> |
| 10 | 10 | ||
| 11 | #include <Swiften/Base/API.h> | ||
| 11 | #include <Swiften/Serializer/ElementSerializer.h> | 12 | #include <Swiften/Serializer/ElementSerializer.h> |
| 12 | 13 | ||
| 13 | namespace Swift { | 14 | namespace Swift { |
| 14 | class CompressRequestSerializer : public ElementSerializer { | 15 | class SWIFTEN_API CompressRequestSerializer : public ElementSerializer { |
| 15 | public: | 16 | public: |
| 16 | CompressRequestSerializer(); | 17 | CompressRequestSerializer(); |
| 17 | 18 | ||
Swift