boost 1.35 fix

This commit is contained in:
Arvid Norberg 2008-05-20 16:43:09 +00:00
parent dbb625a910
commit fdbf86a53c
1 changed files with 2 additions and 0 deletions

View File

@ -32,7 +32,9 @@ POSSIBILITY OF SUCH DAMAGE.
#include "libtorrent/pch.hpp"
#include <boost/version.hpp>
#include <boost/bind.hpp>
#if BOOST_VERSION < 103500
#include <asio/ip/host_name.hpp>
#else