Commit a7f01cea authored by Kai Koehne's avatar Kai Koehne
Browse files

Fix static build on Windows


Fixes: QTBUG-73464
Change-Id: I5d1052dec14bbe6ee69b348352991d14d63b9c76
Reviewed-by: default avatarVaL Doroshchuk <valentyn.doroshchuk@qt.io>
Showing with 4 additions and 0 deletions
...@@ -57,6 +57,10 @@ ...@@ -57,6 +57,10 @@
#include <qwindow.h> #include <qwindow.h>
#include <private/qhighdpiscaling_p.h> #include <private/qhighdpiscaling_p.h>
#ifdef Q_OS_WIN
#include <QtCore/qt_windows.h>
#endif
using namespace Qt; using namespace Qt;
QT_BEGIN_NAMESPACE QT_BEGIN_NAMESPACE
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment