mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-16 02:03:07 -07:00
- Fixed compiling errors when upnp is disabled (chris)
This commit is contained in:
parent
47db3386aa
commit
e8e40c7bcf
2 changed files with 5 additions and 0 deletions
|
@ -27,7 +27,10 @@
|
|||
#include "bittorrent.h"
|
||||
#include "misc.h"
|
||||
#include "downloadThread.h"
|
||||
|
||||
#ifndef NO_UPNP
|
||||
#include "UPnP.h"
|
||||
#endif
|
||||
|
||||
// Main constructor
|
||||
bittorrent::bittorrent(){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue