summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArun Raghavan <arun@asymptotic.io>2021-10-19 16:01:05 -0400
committerArun Raghavan <arun@asymptotic.io>2021-10-19 18:06:37 -0400
commit6064932abf662db451defe7326fc2dd0c3016f99 (patch)
tree7aeafaf69a13202efb7e5d35dd0316de2df8082b
parent8bf9efad15bdb8438eb858d3f8ed4a8ea2b21ff0 (diff)
downloadwebrtc-audio-processing-6064932abf662db451defe7326fc2dd0c3016f99.tar.gz
Add missing header for C++17 compatibility
Hopefully we can drop this change with the next update.
-rw-r--r--webrtc/modules/audio_processing/aec3/reverb_frequency_response.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/webrtc/modules/audio_processing/aec3/reverb_frequency_response.h b/webrtc/modules/audio_processing/aec3/reverb_frequency_response.h
index b164186..84ea441 100644
--- a/webrtc/modules/audio_processing/aec3/reverb_frequency_response.h
+++ b/webrtc/modules/audio_processing/aec3/reverb_frequency_response.h
@@ -12,6 +12,7 @@
#define MODULES_AUDIO_PROCESSING_AEC3_REVERB_FREQUENCY_RESPONSE_H_
#include <array>
+#include <memory>
#include <vector>
#include "absl/types/optional.h"