forked from premiere/premiere-libtorrent
boost-1.34 fix
This commit is contained in:
parent
4338140c85
commit
523c48e069
|
@ -38,14 +38,13 @@ POSSIBILITY OF SUCH DAMAGE.
|
|||
|
||||
#include "libtorrent/buffer.hpp"
|
||||
#include "libtorrent/chained_buffer.hpp"
|
||||
#include "libtorrent/socket.hpp"
|
||||
|
||||
#include "test.hpp"
|
||||
|
||||
using libtorrent::buffer;
|
||||
using libtorrent::chained_buffer;
|
||||
|
||||
namespace asio = boost::asio;
|
||||
|
||||
/*
|
||||
template<class T>
|
||||
T const& min_(T const& x, T const& y)
|
||||
|
|
Loading…
Reference in New Issue