[PATCH] fix boost-1.69 build of twister/libtorrent (thanks lxoliva)

This commit is contained in:
Miguel Freitas 2019-08-19 11:14:21 -03:00
parent 9f90152651
commit 31faf3f63e
2 changed files with 3 additions and 0 deletions

View File

@ -37,6 +37,7 @@ POSSIBILITY OF SUCH DAMAGE.
#include <boost/detail/atomic_count.hpp>
#include <boost/intrusive_ptr.hpp>
#include <boost/cstdint.hpp>
#include <boost/noncopyable.hpp>
#include <libtorrent/ptime.hpp>
#include <libtorrent/address.hpp>

View File

@ -33,6 +33,8 @@ POSSIBILITY OF SUCH DAMAGE.
#ifndef TORRENT_PROXY_BASE_HPP_INCLUDED
#define TORRENT_PROXY_BASE_HPP_INCLUDED
#include <boost/noncopyable.hpp>
#include "libtorrent/io.hpp"
#include "libtorrent/io_service_fwd.hpp"
#include "libtorrent/socket.hpp"