summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swiften/Parser/CompressFailureParser.h')
-rw-r--r--Swiften/Parser/CompressFailureParser.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/Swiften/Parser/CompressFailureParser.h b/Swiften/Parser/CompressFailureParser.h
index ddb6eef..eca53aa 100644
--- a/Swiften/Parser/CompressFailureParser.h
+++ b/Swiften/Parser/CompressFailureParser.h
@@ -1,16 +1,17 @@
/*
- * Copyright (c) 2010 Isode Limited.
+ * Copyright (c) 2010-2015 Isode Limited.
* All rights reserved.
* See the COPYING file for more information.
*/
#pragma once
+#include <Swiften/Base/API.h>
#include <Swiften/Parser/GenericElementParser.h>
#include <Swiften/Elements/CompressFailure.h>
namespace Swift {
- class CompressFailureParser : public GenericElementParser<CompressFailure> {
+ class SWIFTEN_API CompressFailureParser : public GenericElementParser<CompressFailure> {
public:
CompressFailureParser() : GenericElementParser<CompressFailure>() {}
};