Files
gentoo/dev-qt/qtwebengine/files/qtwebengine-6.11.1-gcc17.patch
Ionen Wolkens 7b1932b178 dev-qt/qtwebengine: backport fix for gcc17
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
2026-06-09 08:50:50 -04:00

10 lines
314 B
Diff

https://codereview.qt-project.org/c/qt/qtwebengine-chromium/+/742007
--- a/src/3rdparty/chromium/third_party/dawn/src/tint/utils/rtti/traits.h
+++ b/src/3rdparty/chromium/third_party/dawn/src/tint/utils/rtti/traits.h
@@ -30,4 +30,5 @@
#include <ostream>
+#include <sstream>
#include <string>
#include <tuple>