summaryrefslogtreecommitdiff
path: root/www-client/chromium/files/chromium-105-webrtc-aec3-include.patch
blob: 3f84a15a85093ca6bb486f82f8432a4d043f09c7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
diff --git a/third_party/webrtc/modules/audio_processing/aec3/render_delay_buffer.cc b/third_party/webrtc/modules/audio_processing/aec3/render_delay_buffer.cc
index 05791216a..ec5d35507 100644
--- a/third_party/webrtc/modules/audio_processing/aec3/render_delay_buffer.cc
+++ b/third_party/webrtc/modules/audio_processing/aec3/render_delay_buffer.cc
@@ -13,6 +13,7 @@
 #include <string.h>
 
 #include <algorithm>
+#include <atomic>
 #include <cmath>
 #include <memory>
 #include <numeric>
diff --git a/third_party/webrtc/modules/audio_processing/aec3/render_delay_controller.cc b/third_party/webrtc/modules/audio_processing/aec3/render_delay_controller.cc
index 826c38a1e..7fd2868c3 100644
--- a/third_party/webrtc/modules/audio_processing/aec3/render_delay_controller.cc
+++ b/third_party/webrtc/modules/audio_processing/aec3/render_delay_controller.cc
@@ -12,6 +12,7 @@
 #include <stddef.h>
 
 #include <algorithm>
+#include <atomic>
 #include <memory>
 
 #include "absl/types/optional.h"