forked from premiere/premiere-libtorrent
boost 1.35 fix
This commit is contained in:
parent
dbb625a910
commit
fdbf86a53c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue