mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-20 23:47:23 -06:00
- Restore compatiblity with recent libboost (broken by last commit)
This commit is contained in:
@@ -36,9 +36,17 @@
|
||||
#include <QWaitCondition>
|
||||
#include <QMutex>
|
||||
#include <QList>
|
||||
#include <libtorrent/asio/ip/tcp.hpp>
|
||||
#include "misc.h"
|
||||
|
||||
#include <boost/version.hpp>
|
||||
#if BOOST_VERSION < 103500
|
||||
#include <libtorrent/asio/ip/tcp.hpp>
|
||||
#else
|
||||
#include <boost/asio/ip/tcp.hpp>
|
||||
#endif
|
||||
|
||||
using namespace libtorrent;
|
||||
|
||||
#define MAX_THREADS 20
|
||||
|
||||
class ReverseResolutionST: public QThread {
|
||||
|
||||
Reference in New Issue
Block a user