Details
Description
Hello, I'm a member of Microsoft VCPKG, when I built qtwebengine:x64-windows in an internal version of Visual Studio, it failed with following errors:
src\3rdparty\gn\src\gn\escape.h(77): error C2039: 'string': is not a member of 'std'
This issue caused by the STL PR: https://github.com/microsoft/STL/pull/4633, and according to the recommendations of the STL developers, the affected files need to include the Standard <string> header.
I have applied this change in vcpkg by https://github.com/microsoft/vcpkg/pull/39160. Since this VS internal version has not been released yet, I am submitting this issue just to inform you.
Attachments
For Gerrit Dashboard: QTBUG-126156 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
567180,3 | Fix missing <string> include | 122-based | qt/qtwebengine-chromium | Status: MERGED | +2 | 0 |
568005,2 | Fix missing <string> include | 118-based | qt/qtwebengine-chromium | Status: MERGED | +2 | 0 |