mirror of https://github.com/aria2/aria2
Fixed compile error without BitTorrent support
parent
031ff9ae62
commit
2cbdd8b845
|
@ -77,6 +77,7 @@
|
||||||
#include "UriListParser.h"
|
#include "UriListParser.h"
|
||||||
#include "SingletonHolder.h"
|
#include "SingletonHolder.h"
|
||||||
#include "Notifier.h"
|
#include "Notifier.h"
|
||||||
|
#include "PeerStat.h"
|
||||||
#ifdef ENABLE_BITTORRENT
|
#ifdef ENABLE_BITTORRENT
|
||||||
# include "bittorrent_helper.h"
|
# include "bittorrent_helper.h"
|
||||||
#endif // ENABLE_BITTORRENT
|
#endif // ENABLE_BITTORRENT
|
||||||
|
|
Loading…
Reference in New Issue