void-packages/srcpkgs/qt6-pdf/patches/0148-webrtc-size_t.patch

11 lines
301 B
Diff
Raw Normal View History

2024-06-23 05:44:30 +02:00
--- a/src/3rdparty/chromium/third_party/webrtc/modules/audio_processing/aec3/clockdrift_detector.h
+++ b/src/3rdparty/chromium/third_party/webrtc/modules/audio_processing/aec3/clockdrift_detector.h
@@ -14,6 +14,7 @@
#include <stddef.h>
#include <array>
+#include <cstddef>
namespace webrtc {