- Restore compatiblity with recent libboost (broken by last commit)

This commit is contained in:
Christophe Dumez 2009-11-28 22:22:35 +00:00
parent 9323660c79
commit 6885f46f4b
3 changed files with 24 additions and 1 deletions

View file

@ -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