aboutsummaryrefslogtreecommitdiff
path: root/common_audio/real_fourier.h
diff options
context:
space:
mode:
authorYves Gerey <yvesg@webrtc.org>2018-10-23 12:03:01 +0200
committerCommit Bot <commit-bot@chromium.org>2018-10-23 11:32:56 +0000
commit988cc0870bb49c855b4547f929462eeb38186d12 (patch)
treea2dcf44287d237e5b921ae1f8fc960a91591cafc /common_audio/real_fourier.h
parent8ee06a7b0cc22a486ad924e00034b95dbecd70ce (diff)
downloadwebrtc-988cc0870bb49c855b4547f929462eeb38186d12.tar.gz
[Cleanup] Add missing #include. Remove useless ones.
This CL is the result of running include-what-you-use tool on part of the code base (audio target and dependencies) plus manual fixes. bug: webrtc:8311 Change-Id: I277d281ce943c3ecc1bd45fd8d83055931743604 Reviewed-on: https://webrtc-review.googlesource.com/c/106280 Commit-Queue: Yves Gerey <yvesg@google.com> Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org> Reviewed-by: Patrik Höglund <phoglund@webrtc.org> Cr-Commit-Position: refs/heads/master@{#25311}
Diffstat (limited to 'common_audio/real_fourier.h')
-rw-r--r--common_audio/real_fourier.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common_audio/real_fourier.h b/common_audio/real_fourier.h
index a3e4dd16a8..4d0d8bf38e 100644
--- a/common_audio/real_fourier.h
+++ b/common_audio/real_fourier.h
@@ -11,6 +11,7 @@
#ifndef COMMON_AUDIO_REAL_FOURIER_H_
#define COMMON_AUDIO_REAL_FOURIER_H_
+#include <stddef.h>
#include <complex>
#include <memory>