mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 19:49:01 +08:00
668bf87fc5
* [qt5-webengine] add missing includes in third party libraries This fixes issue #30006. Newer versions of msvc require more includes than previous versions. To accommodate this change, two missing includes are added to the third party libraries chromium and libxml. * [qt5-webengine] update port number * [qt5-webengine] restore LF line endings on patch * [qt5-webengine] re-run vcpkg x-add-version for qt5-webengine port-version 3
11 lines
289 B
Diff
11 lines
289 B
Diff
--- a/src/3rdparty/chromium/ui/accessibility/ax_table_info.h
|
|
+++ b/src/3rdparty/chromium/ui/accessibility/ax_table_info.h
|
|
@@ -9,6 +9,7 @@
|
|
#include <set>
|
|
#include <unordered_map>
|
|
#include <vector>
|
|
+#include <string>
|
|
|
|
#include "base/optional.h"
|
|
#include "ui/accessibility/ax_export.h"
|