Add missing header (for unique_ptr).

Bug: None
Change-Id: I2ee004ac4feca9a0c25551fc1709069e8df836b4
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/229026
Reviewed-by: Per Åhgren <peah@webrtc.org>
Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#34783}
This commit is contained in:
Mirko Bonadei
2021-08-17 13:27:39 +02:00
committed by WebRTC LUCI CQ
parent 1fdafaeb21
commit 24e79f6962

View File

@ -12,6 +12,7 @@
#define MODULES_AUDIO_PROCESSING_AEC3_REVERB_MODEL_ESTIMATOR_H_
#include <array>
#include <memory>
#include <vector>
#include "absl/types/optional.h"