summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'Swiften/Elements/FormField.h')
-rw-r--r--Swiften/Elements/FormField.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/Swiften/Elements/FormField.h b/Swiften/Elements/FormField.h
index 8317e25..a8649fb 100644
--- a/Swiften/Elements/FormField.h
+++ b/Swiften/Elements/FormField.h
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (c) 2010-2013 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 */
@@ -10,10 +10,11 @@
10#include <boost/shared_ptr.hpp> 10#include <boost/shared_ptr.hpp>
11#include <string> 11#include <string>
12 12
13#include <Swiften/Base/API.h>
13#include <Swiften/JID/JID.h> 14#include <Swiften/JID/JID.h>
14 15
15namespace Swift { 16namespace Swift {
16 class FormField { 17 class SWIFTEN_API FormField {
17 public: 18 public:
18 typedef boost::shared_ptr<FormField> ref; 19 typedef boost::shared_ptr<FormField> ref;
19 20