Index: webrtc/common_audio/resampler/push_sinc_resampler_unittest.cc |
diff --git a/webrtc/common_audio/resampler/push_sinc_resampler_unittest.cc b/webrtc/common_audio/resampler/push_sinc_resampler_unittest.cc |
index ab7f141fb4254cdefe42bd72b81e26c46f288858..eab46efb9bb526f230884ba819637e8d9e3d773a 100644 |
--- a/webrtc/common_audio/resampler/push_sinc_resampler_unittest.cc |
+++ b/webrtc/common_audio/resampler/push_sinc_resampler_unittest.cc |
@@ -8,6 +8,7 @@ |
* be found in the AUTHORS file in the root of the source tree. |
*/ |
+#include <algorithm> |
#include <cmath> |
#include <cstring> |
#include <memory> |