diff options
author | dknn <yoann.blein@free.fr> | 2012-07-07 12:51:58 (GMT) |
---|---|---|
committer | dknn <yoann.blein@free.fr> | 2012-09-22 08:55:56 (GMT) |
commit | eefe1c3303d6fdf52ac5776fa39e55e76a2ecc5d (patch) | |
tree | 8e17dfb44a0a5858729721bd1a9e94e84bb022d6 | |
parent | c46db93d759330f3c987eb09e514eed280761db4 (diff) | |
download | swift-contrib-eefe1c3303d6fdf52ac5776fa39e55e76a2ecc5d.zip swift-contrib-eefe1c3303d6fdf52ac5776fa39e55e76a2ecc5d.tar.bz2 |
Add missing include
-rw-r--r-- | Swiften/Parser/PayloadParsers/JingleRawUDPTransportPayloadParser.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Swiften/Parser/PayloadParsers/JingleRawUDPTransportPayloadParser.cpp b/Swiften/Parser/PayloadParsers/JingleRawUDPTransportPayloadParser.cpp index aa6aaf7..2da60eb 100644 --- a/Swiften/Parser/PayloadParsers/JingleRawUDPTransportPayloadParser.cpp +++ b/Swiften/Parser/PayloadParsers/JingleRawUDPTransportPayloadParser.cpp @@ -7,6 +7,7 @@ #include <Swiften/Parser/PayloadParsers/JingleRawUDPTransportPayloadParser.h> #include <boost/lexical_cast.hpp> +#include <boost/numeric/conversion/cast.hpp> #include <boost/optional.hpp> namespace Swift { |