mirror of
https://github.com/twisterarmy/twister-core.git
synced 2025-01-22 12:34:24 +00:00
[PATCH] fix boost-1.69 build of twister/libtorrent (thanks lxoliva)
This commit is contained in:
parent
9f90152651
commit
31faf3f63e
@ -37,6 +37,7 @@ POSSIBILITY OF SUCH DAMAGE.
|
|||||||
#include <boost/detail/atomic_count.hpp>
|
#include <boost/detail/atomic_count.hpp>
|
||||||
#include <boost/intrusive_ptr.hpp>
|
#include <boost/intrusive_ptr.hpp>
|
||||||
#include <boost/cstdint.hpp>
|
#include <boost/cstdint.hpp>
|
||||||
|
#include <boost/noncopyable.hpp>
|
||||||
#include <libtorrent/ptime.hpp>
|
#include <libtorrent/ptime.hpp>
|
||||||
#include <libtorrent/address.hpp>
|
#include <libtorrent/address.hpp>
|
||||||
|
|
||||||
|
@ -33,6 +33,8 @@ POSSIBILITY OF SUCH DAMAGE.
|
|||||||
#ifndef TORRENT_PROXY_BASE_HPP_INCLUDED
|
#ifndef TORRENT_PROXY_BASE_HPP_INCLUDED
|
||||||
#define TORRENT_PROXY_BASE_HPP_INCLUDED
|
#define TORRENT_PROXY_BASE_HPP_INCLUDED
|
||||||
|
|
||||||
|
#include <boost/noncopyable.hpp>
|
||||||
|
|
||||||
#include "libtorrent/io.hpp"
|
#include "libtorrent/io.hpp"
|
||||||
#include "libtorrent/io_service_fwd.hpp"
|
#include "libtorrent/io_service_fwd.hpp"
|
||||||
#include "libtorrent/socket.hpp"
|
#include "libtorrent/socket.hpp"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user