diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 19:33:14 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 19:33:14 +0000 |
commit | 36d22d82aa202bb199967e9512281e9a53db42c9 (patch) | |
tree | 105e8c98ddea1c1e4784a60a5a6410fa416be2de /third_party/libwebrtc/moz-patch-stack/0068.patch | |
parent | Initial commit. (diff) | |
download | firefox-esr-36d22d82aa202bb199967e9512281e9a53db42c9.tar.xz firefox-esr-36d22d82aa202bb199967e9512281e9a53db42c9.zip |
Adding upstream version 115.7.0esr.upstream/115.7.0esr
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'third_party/libwebrtc/moz-patch-stack/0068.patch')
-rw-r--r-- | third_party/libwebrtc/moz-patch-stack/0068.patch | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/third_party/libwebrtc/moz-patch-stack/0068.patch b/third_party/libwebrtc/moz-patch-stack/0068.patch new file mode 100644 index 0000000000..a92343b1d3 --- /dev/null +++ b/third_party/libwebrtc/moz-patch-stack/0068.patch @@ -0,0 +1,23 @@ +From: Michael Froman <mjfroman@mac.com> +Date: Wed, 13 Jul 2022 12:50:36 -0500 +Subject: Bug 1766646 - (fix-4d12174ca5) add missing include to fix build + +--- + modules/audio_processing/aec3/multi_channel_content_detector.h | 1 + + 1 file changed, 1 insertion(+) + +diff --git a/modules/audio_processing/aec3/multi_channel_content_detector.h b/modules/audio_processing/aec3/multi_channel_content_detector.h +index be8717f3af..1742c5fc17 100644 +--- a/modules/audio_processing/aec3/multi_channel_content_detector.h ++++ b/modules/audio_processing/aec3/multi_channel_content_detector.h +@@ -11,6 +11,7 @@ + #ifndef MODULES_AUDIO_PROCESSING_AEC3_MULTI_CHANNEL_CONTENT_DETECTOR_H_ + #define MODULES_AUDIO_PROCESSING_AEC3_MULTI_CHANNEL_CONTENT_DETECTOR_H_ + ++#include <memory> + #include <stddef.h> + + #include <memory> +-- +2.34.1 + |