Title: [225732] trunk/Source/WebKit
- Revision
- 225732
- Author
- [email protected]
- Date
- 2017-12-10 08:47:24 -0800 (Sun, 10 Dec 2017)
Log Message
APIClient.h uses things from <tuple> without including it explicitly
https://bugs.webkit.org/show_bug.cgi?id=180609
Patch by Stephan Szabo <[email protected]> on 2017-12-10
Reviewed by Darin Adler.
* Shared/API/APIClient.h:
Modified Paths
Diff
Modified: trunk/Source/WebKit/ChangeLog (225731 => 225732)
--- trunk/Source/WebKit/ChangeLog 2017-12-10 13:14:27 UTC (rev 225731)
+++ trunk/Source/WebKit/ChangeLog 2017-12-10 16:47:24 UTC (rev 225732)
@@ -1,3 +1,12 @@
+2017-12-10 Stephan Szabo <[email protected]>
+
+ APIClient.h uses things from <tuple> without including it explicitly
+ https://bugs.webkit.org/show_bug.cgi?id=180609
+
+ Reviewed by Darin Adler.
+
+ * Shared/API/APIClient.h:
+
2017-12-08 Youenn Fablet <[email protected]>
Service Worker should use a correct user agent
Modified: trunk/Source/WebKit/Shared/API/APIClient.h (225731 => 225732)
--- trunk/Source/WebKit/Shared/API/APIClient.h 2017-12-10 13:14:27 UTC (rev 225731)
+++ trunk/Source/WebKit/Shared/API/APIClient.h 2017-12-10 16:47:24 UTC (rev 225732)
@@ -28,6 +28,7 @@
#include <algorithm>
#include <array>
+#include <tuple>
namespace API {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes