summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemko Tronçon <git@el-tramo.be>2014-01-28 17:38:52 (GMT)
committerRemko Tronçon <git@el-tramo.be>2014-02-02 09:42:57 (GMT)
commitaf6fd21f2ec23da00d71666b530ec2525ed0d416 (patch)
tree756891620a838264019b63fae17c8c5a7781d087
parentfac7752a353240c9e48baa53ef044323dee447ee (diff)
downloadswift-af6fd21f2ec23da00d71666b530ec2525ed0d416.zip
swift-af6fd21f2ec23da00d71666b530ec2525ed0d416.tar.bz2
Sluift: Add missing headers
Change-Id: Ie4629a10a26c3c628a67fff1bd634f07a698a948
-rw-r--r--Sluift/LuaElementConvertor.h1
-rw-r--r--Sluift/SluiftClient.cpp4
-rw-r--r--Swift/QtUI/UserSearch/QtUserSearchDetailsPage.cpp3
3 files changed, 6 insertions, 2 deletions
diff --git a/Sluift/LuaElementConvertor.h b/Sluift/LuaElementConvertor.h
index 42bb69f..b25f43b 100644
--- a/Sluift/LuaElementConvertor.h
+++ b/Sluift/LuaElementConvertor.h
@@ -8,6 +8,7 @@
#include <Swiften/Base/Override.h>
+#include <string>
#include <boost/shared_ptr.hpp>
#include <boost/optional.hpp>
diff --git a/Sluift/SluiftClient.cpp b/Sluift/SluiftClient.cpp
index 3bc03c8..9ff9d18 100644
--- a/Sluift/SluiftClient.cpp
+++ b/Sluift/SluiftClient.cpp
@@ -1,11 +1,13 @@
/*
- * Copyright (c) 2013 Remko Tronçon
+ * Copyright (c) 2013-2014 Remko Tronçon
* Licensed under the GNU General Public License.
* See the COPYING file for more information.
*/
#include <Sluift/SluiftClient.h>
+#include <boost/numeric/conversion/cast.hpp>
+
#include <Swiften/Client/ClientXMLTracer.h>
#include <Swiften/Client/Client.h>
#include <Swiften/Roster/XMPPRoster.h>
diff --git a/Swift/QtUI/UserSearch/QtUserSearchDetailsPage.cpp b/Swift/QtUI/UserSearch/QtUserSearchDetailsPage.cpp
index f4189e7..d8c70b6 100644
--- a/Swift/QtUI/UserSearch/QtUserSearchDetailsPage.cpp
+++ b/Swift/QtUI/UserSearch/QtUserSearchDetailsPage.cpp
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2011 Remko Tronçon
+ * Copyright (c) 2011-2014 Remko Tronçon
* Licensed under the GNU General Public License v3.
* See Documentation/Licenses/GPLv3.txt for more information.
*/
@@ -7,6 +7,7 @@
#include "Swift/QtUI/UserSearch/QtUserSearchDetailsPage.h"
#include <QVBoxLayout>
+#include <QLabel>
#include <boost/bind.hpp>