Browse Source

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

miguelfreitas
Miguel Freitas 5 years ago
parent
commit
31faf3f63e
  1. 1
      libtorrent/include/libtorrent/kademlia/observer.hpp
  2. 2
      libtorrent/include/libtorrent/proxy_base.hpp

1
libtorrent/include/libtorrent/kademlia/observer.hpp

@ -37,6 +37,7 @@ POSSIBILITY OF SUCH DAMAGE. @@ -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>

2
libtorrent/include/libtorrent/proxy_base.hpp

@ -33,6 +33,8 @@ POSSIBILITY OF SUCH DAMAGE. @@ -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"

Loading…
Cancel
Save