Fixed Windows compile with MSYS2

This commit is contained in:
thunder2 2018-10-14 15:23:54 +02:00
parent 6e1de5b5ed
commit c7563f1efd

View File

@ -37,6 +37,7 @@
#include <limits.h>
#ifdef Q_OS_WIN
#include <wtypes.h>
#include <wincrypt.h>
#endif