diff options
Diffstat (limited to 'Sluift')
-rw-r--r-- | Sluift/LuaElementConvertor.h | 1 | ||||
-rw-r--r-- | Sluift/SluiftClient.cpp | 4 |
2 files changed, 4 insertions, 1 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> |