File webrtc-audio-processing-1.3-gcc15.patch of Package webrtc-audio-processing-1
see also
gitlab.freedesktop.org/pulseaudio/webrtc-audio-processing/-/merge_requests/58
gitlab.freedesktop.org/pulseaudio/webrtc-audio-processing/-/commit/e9c78dc
--- a/webrtc/api/task_queue/task_queue_base.h 2023-09-05 17:19:47.000000000 +0200
+++ b/webrtc/api/task_queue/task_queue_base.h 2025-04-25 16:58:39.359944894 +0200
@@ -15,6 +15,7 @@
#include "api/task_queue/queued_task.h"
#include "rtc_base/system/rtc_export.h"
#include "rtc_base/thread_annotations.h"
+#include <cstdint>
namespace webrtc {
--- a/webrtc/rtc_base/trace_event.h 2023-09-05 17:19:47.000000000 +0200
+++ b/webrtc/rtc_base/trace_event.h 2025-04-25 16:45:31.860377105 +0200
@@ -7,6 +7,7 @@
#define RTC_BASE_TRACE_EVENT_H_
#include <string>
+#include <cstdint>
#include "rtc_base/event_tracer.h"