diff options
-rw-r--r-- | Swiften/ScreenSharing/RTPSessionImpl.cpp | 3 |
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> |