Chromium Code Reviews| Index: webrtc/common_audio/resampler/sinc_resampler_unittest.cc |
| diff --git a/webrtc/common_audio/resampler/sinc_resampler_unittest.cc b/webrtc/common_audio/resampler/sinc_resampler_unittest.cc |
| index 35c5d22b086d96e847acca229d1d27a2e2d1c19d..82546d03606cd13f69bb37724258a384a58c39df 100644 |
| --- a/webrtc/common_audio/resampler/sinc_resampler_unittest.cc |
| +++ b/webrtc/common_audio/resampler/sinc_resampler_unittest.cc |
| @@ -16,6 +16,7 @@ |
| #include <math.h> |
| +#include <algorithm> |
| #include <memory> |
| #include "webrtc/base/timeutils.h" |