aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Hartmann <stha09@googlemail.com>2020-05-31 09:01:38 +0000
committerCommit Bot <commit-bot@chromium.org>2020-06-03 08:43:50 +0000
commit3ca2836f701fc2fbc2ddaa0000d6ad655b5e3caa (patch)
tree871841e7a50aee53a08d0a7f7e5cbdcb46d7db44
parent39ab1b547c8991058ce8efa69469662924b26eb1 (diff)
downloadwebrtc-3ca2836f701fc2fbc2ddaa0000d6ad655b5e3caa.tar.gz
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 <ivoc@webrtc.org> Commit-Queue: Ivo Creusen <ivoc@webrtc.org> Cr-Commit-Position: refs/heads/master@{#31417}
-rw-r--r--modules/audio_processing/aec3/clockdrift_detector.h2
1 files changed, 2 insertions, 0 deletions
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 <stddef.h>
+
#include <array>
namespace webrtc {