Chromium Code Reviews| Index: webrtc/modules/remote_bitrate_estimator/overuse_detector_unittest.cc |
| diff --git a/webrtc/modules/remote_bitrate_estimator/overuse_detector_unittest.cc b/webrtc/modules/remote_bitrate_estimator/overuse_detector_unittest.cc |
| index 53cffa8fef51687301f80e1a349f02c3780483e1..f95067b0749baed39baa6f2e367621bc6f16f023 100644 |
| --- a/webrtc/modules/remote_bitrate_estimator/overuse_detector_unittest.cc |
| +++ b/webrtc/modules/remote_bitrate_estimator/overuse_detector_unittest.cc |
| @@ -9,6 +9,8 @@ |
| */ |
| #include <math.h> |
| + |
| +#include <algorithm> |
| #include <cmath> |
| #include <cstdlib> |