1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-02-02 09:55:55 +00:00

Merge pull request #414 from Gelmir/cpy_tracker_fix

Fix copy tracker build failure
This commit is contained in:
Christophe Dumez 2013-02-09 09:41:03 -08:00
commit a647968a6f

View File

@ -34,6 +34,7 @@
#include <QHash> #include <QHash>
#include <QAction> #include <QAction>
#include <QColor> #include <QColor>
#include <QDebug>
#include <libtorrent/version.hpp> #include <libtorrent/version.hpp>
#include <libtorrent/peer_info.hpp> #include <libtorrent/peer_info.hpp>
#include "trackerlist.h" #include "trackerlist.h"