From 99465b1395d1bdcd03d88f2af39a0bea1bb640ee Mon Sep 17 00:00:00 2001 From: Bruno Pitrus Date: Fri, 8 Jul 2022 19:27:33 +0200 Subject: [PATCH] Add missing header to fix build error when using linux system libraries Change-Id: I4fc04563c2cfe36fa2352f72f2ae61d47972f025 Bug: webrtc:11226 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/268194 Owners-Override: Mirko Bonadei Reviewed-by: Alessio Bazzica Auto-Submit: Bruno Pitrus Reviewed-by: Mirko Bonadei Commit-Queue: Mirko Bonadei Cr-Commit-Position: refs/heads/main@{#37555} --- AUTHORS | 1 + modules/audio_processing/aec3/multi_channel_content_detector.h | 1 + 2 files changed, 2 insertions(+) diff --git a/AUTHORS b/AUTHORS index 1a000c1b8c..5c88c7f203 100644 --- a/AUTHORS +++ b/AUTHORS @@ -25,6 +25,7 @@ Ben Strong Berthold Herrmann Bob Withers Bridger Maxwell +Bruno Pitrus Cheng Qian Christophe Dumez Chris Tserng diff --git a/modules/audio_processing/aec3/multi_channel_content_detector.h b/modules/audio_processing/aec3/multi_channel_content_detector.h index 1c6cc1e7a8..be8717f3af 100644 --- a/modules/audio_processing/aec3/multi_channel_content_detector.h +++ b/modules/audio_processing/aec3/multi_channel_content_detector.h @@ -13,6 +13,7 @@ #include +#include #include #include "absl/types/optional.h"