mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
- Restore compatiblity with recent libboost (broken by last commit)
This commit is contained in:
parent
9323660c79
commit
6885f46f4b
3 changed files with 24 additions and 1 deletions
|
@ -45,6 +45,13 @@ class PeerListDelegate;
|
|||
class ReverseResolution;
|
||||
class PropertiesWidget;
|
||||
|
||||
#include <boost/version.hpp>
|
||||
#if BOOST_VERSION < 103500
|
||||
#include <libtorrent/asio/ip/tcp.hpp>
|
||||
#else
|
||||
#include <boost/asio/ip/tcp.hpp>
|
||||
#endif
|
||||
|
||||
class PeerListWidget : public QTreeView {
|
||||
Q_OBJECT
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue