Windows: Fix MinGW compilation after ec97be5585

This fixes compilation that failed due to QOperatingSystemVersion
being undeclared. Not sure from where it was transitively included in
other builds where it apparently have worked fine though.

Change-Id: I32cfb51c4787604d456fffa7a3a8ed09952a0513
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
bb10
Martin Storsjö 2018-05-21 13:58:54 +03:00
parent d26fd09c6b
commit 91f12fe62b
1 changed files with 1 additions and 0 deletions

View File

@ -75,6 +75,7 @@
#include <QtCore/QDebug>
#include <QtCore/QLibraryInfo>
#include <QtCore/qoperatingsystemversion.h>
#include <dwmapi.h>