Add missing header for C++17 compatibility

Hopefully we can drop this change with the next update.
This commit is contained in:
Arun Raghavan 2021-10-19 16:01:05 -04:00
parent 8bf9efad15
commit 6064932abf

View File

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