diff --git a/src/corelib/text/qstringconverter.cpp b/src/corelib/text/qstringconverter.cpp index 95e49da32ba..83cbc3095a5 100644 --- a/src/corelib/text/qstringconverter.cpp +++ b/src/corelib/text/qstringconverter.cpp @@ -48,6 +48,9 @@ #ifdef Q_OS_WIN #include +#ifndef QT_BOOTSTRAPPED +#include +#endif // !QT_BOOTSTRAPPED #endif #if __has_include() && __cplusplus > 201703L