diff options
Diffstat (limited to 'Swiften/Parser/CompressParser.h')
-rw-r--r-- | Swiften/Parser/CompressParser.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Swiften/Parser/CompressParser.h b/Swiften/Parser/CompressParser.h index c9799a8..9b22db2 100644 --- a/Swiften/Parser/CompressParser.h +++ b/Swiften/Parser/CompressParser.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010 Isode Limited. + * Copyright (c) 2010-2015 Isode Limited. * All rights reserved. * See the COPYING file for more information. */ @@ -7,11 +7,12 @@ #pragma once #include <string> +#include <Swiften/Base/API.h> #include <Swiften/Parser/GenericElementParser.h> #include <Swiften/Elements/CompressRequest.h> namespace Swift { - class CompressParser : public GenericElementParser<CompressRequest> { + class SWIFTEN_API CompressParser : public GenericElementParser<CompressRequest> { public: CompressParser(); |