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"
#ifdef Q_OS_WIN
#include <wincrypt.h>
#include <iphlpapi.h>
#endif