forked from premiere/premiere-libtorrent
fix i2p_stream.cpp issue
This commit is contained in:
parent
4ab2c14ca1
commit
a7551f6cf2
|
@ -30,12 +30,13 @@ POSSIBILITY OF SUCH DAMAGE.
|
|||
|
||||
*/
|
||||
|
||||
#if TORRENT_USE_I2P
|
||||
|
||||
#include "libtorrent/config.hpp"
|
||||
#include "libtorrent/i2p_stream.hpp"
|
||||
#include "libtorrent/assert.hpp"
|
||||
#include "libtorrent/error_code.hpp"
|
||||
|
||||
#if TORRENT_USE_I2P
|
||||
|
||||
#include <boost/bind.hpp>
|
||||
|
||||
#if defined TORRENT_ASIO_DEBUGGING
|
||||
|
|
Loading…
Reference in New Issue