QStringConverter: Add missing include on Windows
It's relied on implicitly, which is no longer valid in dev. And may accidentally be broken in other branches. Pick-to: 6.3 6.2 Change-Id: I2272b6914e883e20d0989a1762eb1a5c1aef4e0e Reviewed-by: Fabian Kosmale <fabian.kosmale@qt.io>
This commit is contained in:
parent
5f987317a7
commit
24249c0b67
@ -48,6 +48,9 @@
|
|||||||
|
|
||||||
#ifdef Q_OS_WIN
|
#ifdef Q_OS_WIN
|
||||||
#include <qt_windows.h>
|
#include <qt_windows.h>
|
||||||
|
#ifndef QT_BOOTSTRAPPED
|
||||||
|
#include <QtCore/qvarlengtharray.h>
|
||||||
|
#endif // !QT_BOOTSTRAPPED
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if __has_include(<bit>) && __cplusplus > 201703L
|
#if __has_include(<bit>) && __cplusplus > 201703L
|
||||||
|
Loading…
x
Reference in New Issue
Block a user