summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordknn <yoann.blein@free.fr>2012-07-07 12:57:59 (GMT)
committerdknn <yoann.blein@free.fr>2012-09-22 08:55:56 (GMT)
commit9928de47c73430b4ed37db8a0cfb44adecc3e296 (patch)
tree7899bee8c4227bfb0960d14008f967820db80a31
parenteefe1c3303d6fdf52ac5776fa39e55e76a2ecc5d (diff)
downloadswift-contrib-9928de47c73430b4ed37db8a0cfb44adecc3e296.zip
swift-contrib-9928de47c73430b4ed37db8a0cfb44adecc3e296.tar.bz2
Add missing include again
-rw-r--r--Swiften/ScreenSharing/RTPSessionImpl.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/Swiften/ScreenSharing/RTPSessionImpl.cpp b/Swiften/ScreenSharing/RTPSessionImpl.cpp
index d785ad1..b8c443e 100644
--- a/Swiften/ScreenSharing/RTPSessionImpl.cpp
+++ b/Swiften/ScreenSharing/RTPSessionImpl.cpp
@@ -8,11 +8,10 @@
#include <Swiften/ScreenSharing/RTPException.h>
-//#include <algorithm>
-
#include <boost/algorithm/string/split.hpp>
#include <boost/algorithm/string/classification.hpp>
#include <boost/lexical_cast.hpp>
+#include <boost/numeric/conversion/cast.hpp>
#include <rtppacket.h>
#include <rtpsourcedata.h>