drop support for boost 1.35 and fix some more references to the asio namespace

This commit is contained in:
arvidn
2015-06-06 02:10:53 -04:00
parent 389ffc622c
commit 41533205be
33 changed files with 152 additions and 329 deletions

View File

@@ -39,11 +39,7 @@ POSSIBILITY OF SUCH DAMAGE.
#include "libtorrent/error_code.hpp"
#include "libtorrent/assert.hpp"
#include "libtorrent/socket_type.hpp"
#if BOOST_VERSION < 103500
#include <asio/ip/host_name.hpp>
#else
#include <boost/asio/ip/host_name.hpp>
#endif
#if TORRENT_USE_IFCONF
#include <sys/ioctl.h>