diff options
-rw-r--r-- | Sluift/LuaElementConvertor.h | 1 | ||||
-rw-r--r-- | Sluift/SluiftClient.cpp | 4 | ||||
-rw-r--r-- | Swift/QtUI/UserSearch/QtUserSearchDetailsPage.cpp | 3 |
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 @@ -9,4 +9,5 @@ #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,4 +1,4 @@ /* - * 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. @@ -7,4 +7,6 @@ #include <Sluift/SluiftClient.h> +#include <boost/numeric/conversion/cast.hpp> + #include <Swiften/Client/ClientXMLTracer.h> #include <Swiften/Client/Client.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,4 +1,4 @@ /* - * 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. @@ -8,4 +8,5 @@ #include <QVBoxLayout> +#include <QLabel> #include <boost/bind.hpp> |