Merge pull request #110 from Kolcha/qt59-msvc

fixed build with Qt 5.9 MSVC2017
This commit is contained in:
Itay Grudev 2020-10-04 02:01:38 +01:00 committed by GitHub
commit 26ed3486f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,6 +57,7 @@
#endif
#ifdef Q_OS_WIN
#define NOMINMAX
#include <windows.h>
#include <lmcons.h>
#endif