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

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