1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-11 15:27:54 +00:00

Merge pull request #8904 from glassez/fix-mingw

Fix compilation with MinGW
This commit is contained in:
Vladimir Golovnev 2018-05-12 07:34:22 +03:00 committed by GitHub
commit 29ec830e5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -94,6 +94,7 @@
#include "trackerentry.h" #include "trackerentry.h"
#ifdef Q_OS_WIN #ifdef Q_OS_WIN
#include <wincrypt.h>
#include <iphlpapi.h> #include <iphlpapi.h>
#endif #endif