From 3ca2836f701fc2fbc2ddaa0000d6ad655b5e3caa Mon Sep 17 00:00:00 2001 From: Stephan Hartmann Date: Sun, 31 May 2020 09:01:38 +0000 Subject: [PATCH] IWYU: size_t is defined in stddef.h This required for gcc-10. Bug: None Change-Id: Iba3ff0881005cb2ae4574e47284a1b881594de86 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/176361 Reviewed-by: Ivo Creusen Commit-Queue: Ivo Creusen Cr-Commit-Position: refs/heads/master@{#31417} --- modules/audio_processing/aec3/clockdrift_detector.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/audio_processing/aec3/clockdrift_detector.h b/modules/audio_processing/aec3/clockdrift_detector.h index 22528c9489..2ba90bb889 100644 --- a/modules/audio_processing/aec3/clockdrift_detector.h +++ b/modules/audio_processing/aec3/clockdrift_detector.h @@ -11,6 +11,8 @@ #ifndef MODULES_AUDIO_PROCESSING_AEC3_CLOCKDRIFT_DETECTOR_H_ #define MODULES_AUDIO_PROCESSING_AEC3_CLOCKDRIFT_DETECTOR_H_ +#include + #include namespace webrtc {