forked from premiere/premiere-libtorrent
fix build
This commit is contained in:
parent
78399f7968
commit
1c708cca28
|
@ -91,6 +91,10 @@ POSSIBILITY OF SUCH DAMAGE.
|
||||||
#include "libtorrent/alloca.hpp"
|
#include "libtorrent/alloca.hpp"
|
||||||
#include "libtorrent/resolve_links.hpp"
|
#include "libtorrent/resolve_links.hpp"
|
||||||
#include "libtorrent/aux_/file_progress.hpp"
|
#include "libtorrent/aux_/file_progress.hpp"
|
||||||
|
#include "libtorrent/alert_manager.hpp"
|
||||||
|
#include "libtorrent/disk_interface.hpp"
|
||||||
|
// TODO: factor out cache_status to its own header
|
||||||
|
#include "libtorrent/disk_io_thread.hpp" // for cache_status
|
||||||
|
|
||||||
#ifndef TORRENT_DISABLE_LOGGING
|
#ifndef TORRENT_DISABLE_LOGGING
|
||||||
#include "libtorrent/aux_/session_impl.hpp" // for tracker_logger
|
#include "libtorrent/aux_/session_impl.hpp" // for tracker_logger
|
||||||
|
@ -103,8 +107,6 @@ using boost::tuples::make_tuple;
|
||||||
|
|
||||||
namespace libtorrent
|
namespace libtorrent
|
||||||
{
|
{
|
||||||
class alert_manager;
|
|
||||||
|
|
||||||
namespace {
|
namespace {
|
||||||
|
|
||||||
int root2(int x)
|
int root2(int x)
|
||||||
|
|
Loading…
Reference in New Issue