Title: [288471] releases/WebKitGTK/webkit-2.34/Source/WTF
Revision
288471
Author
ape...@igalia.com
Date
2022-01-24 14:47:43 -0800 (Mon, 24 Jan 2022)

Log Message

Merge r288460 - Build failure with GCC 12: no matching function for call to 'end(LChar [7])'
https://bugs.webkit.org/show_bug.cgi?id=235458

Unreviewed. Just need to #include <string> here.

Patch by Michael Catanzaro <mcatanz...@gnome.org> on 2022-01-24

* wtf/text/IntegerToStringConversion.h:

Modified Paths

Diff

Modified: releases/WebKitGTK/webkit-2.34/Source/WTF/ChangeLog (288470 => 288471)


--- releases/WebKitGTK/webkit-2.34/Source/WTF/ChangeLog	2022-01-24 22:33:45 UTC (rev 288470)
+++ releases/WebKitGTK/webkit-2.34/Source/WTF/ChangeLog	2022-01-24 22:47:43 UTC (rev 288471)
@@ -1,3 +1,12 @@
+2022-01-24  Michael Catanzaro  <mcatanz...@gnome.org>
+
+        Build failure with GCC 12: no matching function for call to 'end(LChar [7])'
+        https://bugs.webkit.org/show_bug.cgi?id=235458
+
+        Unreviewed. Just need to #include <string> here.
+
+        * wtf/text/IntegerToStringConversion.h:
+
 2021-08-26  Darin Adler  <da...@apple.com>
 
         Cut down on use of CFGetTypeID, using dynamic_cf_cast instead; related streamlining

Modified: releases/WebKitGTK/webkit-2.34/Source/WTF/wtf/text/IntegerToStringConversion.h (288470 => 288471)


--- releases/WebKitGTK/webkit-2.34/Source/WTF/wtf/text/IntegerToStringConversion.h	2022-01-24 22:33:45 UTC (rev 288470)
+++ releases/WebKitGTK/webkit-2.34/Source/WTF/wtf/text/IntegerToStringConversion.h	2022-01-24 22:47:43 UTC (rev 288471)
@@ -21,6 +21,7 @@
 
 #pragma once
 
+#include <string>
 #include <wtf/text/LChar.h>
 
 namespace WTF {
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to