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