summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swiften/Parser/AuthResponseParser.h')
-rw-r--r--Swiften/Parser/AuthResponseParser.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/Swiften/Parser/AuthResponseParser.h b/Swiften/Parser/AuthResponseParser.h
index e58361e..abb6585 100644
--- a/Swiften/Parser/AuthResponseParser.h
+++ b/Swiften/Parser/AuthResponseParser.h
@@ -1,17 +1,18 @@
/*
- * 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/AuthResponse.h>
#include <string>
namespace Swift {
- class AuthResponseParser : public GenericElementParser<AuthResponse> {
+ class SWIFTEN_API AuthResponseParser : public GenericElementParser<AuthResponse> {
public:
AuthResponseParser();