Title: [292900] trunk/Source/WebCore
- Revision
- 292900
- Author
- [email protected]
- Date
- 2022-04-14 22:54:49 -0700 (Thu, 14 Apr 2022)
Log Message
Unreviewed build fix for GTK and WPE.
* platform/graphics/gbm/DMABufFormat.h: Add a missing <array> header include.
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (292899 => 292900)
--- trunk/Source/WebCore/ChangeLog 2022-04-15 05:44:28 UTC (rev 292899)
+++ trunk/Source/WebCore/ChangeLog 2022-04-15 05:54:49 UTC (rev 292900)
@@ -1,3 +1,9 @@
+2022-04-14 Zan Dobersek <[email protected]>
+
+ Unreviewed build fix for GTK and WPE.
+
+ * platform/graphics/gbm/DMABufFormat.h: Add a missing <array> header include.
+
2022-04-14 Chris Dumez <[email protected]>
Use WebCoreBuiltinNames when possible
Modified: trunk/Source/WebCore/platform/graphics/gbm/DMABufFormat.h (292899 => 292900)
--- trunk/Source/WebCore/platform/graphics/gbm/DMABufFormat.h 2022-04-15 05:44:28 UTC (rev 292899)
+++ trunk/Source/WebCore/platform/graphics/gbm/DMABufFormat.h 2022-04-15 05:54:49 UTC (rev 292900)
@@ -26,6 +26,7 @@
#pragma once
+#include <array>
#include <cstddef>
#include <cstdint>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes