Title: [295084] trunk/Source/WebCore/platform
Revision
295084
Author
[email protected]
Date
2022-06-01 03:30:05 -0700 (Wed, 01 Jun 2022)

Log Message

Non-unified build fixes, early June 2022 edition
https://bugs.webkit.org/show_bug.cgi?id=241170

Unreviewed non-unified build fix.

* Source/WebCore/platform/audio/MultiChannelResampler.cpp: Add missing
  wtf/PrintStream.h inclusion.
* Source/WebCore/platform/graphics/gstreamer/GStreamerCommon.cpp: Add
  missing inclusion of the <functional> stdlib header.

Canonical link: https://commits.webkit.org/251179@main

Modified Paths

Diff

Modified: trunk/Source/WebCore/platform/audio/MultiChannelResampler.cpp (295083 => 295084)


--- trunk/Source/WebCore/platform/audio/MultiChannelResampler.cpp	2022-06-01 08:54:10 UTC (rev 295083)
+++ trunk/Source/WebCore/platform/audio/MultiChannelResampler.cpp	2022-06-01 10:30:05 UTC (rev 295084)
@@ -34,6 +34,7 @@
 
 #include "AudioBus.h"
 #include "SincResampler.h"
+#include <functional>
 
 namespace WebCore {
 

Modified: trunk/Source/WebCore/platform/graphics/gstreamer/GStreamerCommon.cpp (295083 => 295084)


--- trunk/Source/WebCore/platform/graphics/gstreamer/GStreamerCommon.cpp	2022-06-01 08:54:10 UTC (rev 295083)
+++ trunk/Source/WebCore/platform/graphics/gstreamer/GStreamerCommon.cpp	2022-06-01 10:30:05 UTC (rev 295084)
@@ -37,6 +37,7 @@
 #include <gst/gst.h>
 #include <mutex>
 #include <wtf/FileSystem.h>
+#include <wtf/PrintStream.h>
 #include <wtf/Scope.h>
 #include <wtf/glib/GUniquePtr.h>
 #include <wtf/glib/RunLoopSourcePriority.h>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to