diff --git a/include/libtorrent/socket.hpp b/include/libtorrent/socket.hpp index b29ebe1ac..4ab066e71 100755 --- a/include/libtorrent/socket.hpp +++ b/include/libtorrent/socket.hpp @@ -77,7 +77,7 @@ namespace libtorrent using boost::asio::ipv4::host; using boost::asio::deadline_timer; */ - namespace asio = ::asio; +// namespace asio = ::asio; using asio::ip::tcp; using asio::ip::udp;