| Index: webrtc/modules/remote_bitrate_estimator/overuse_detector.cc
|
| diff --git a/webrtc/modules/remote_bitrate_estimator/overuse_detector.cc b/webrtc/modules/remote_bitrate_estimator/overuse_detector.cc
|
| index c9340892f2722ba8f19691f56f0d34fb5465b588..0acd7c29c541d6e32f4120f2975bedb5767b22b6 100644
|
| --- a/webrtc/modules/remote_bitrate_estimator/overuse_detector.cc
|
| +++ b/webrtc/modules/remote_bitrate_estimator/overuse_detector.cc
|
| @@ -10,11 +10,13 @@
|
|
|
| #include "webrtc/modules/remote_bitrate_estimator/overuse_detector.h"
|
|
|
| -#include <algorithm>
|
| -#include <sstream>
|
| #include <math.h>
|
| #include <stdlib.h>
|
|
|
| +#include <algorithm>
|
| +#include <sstream>
|
| +#include <string>
|
| +
|
| #include "webrtc/base/checks.h"
|
| #include "webrtc/base/common.h"
|
| #include "webrtc/modules/remote_bitrate_estimator/include/bwe_defines.h"
|
|
|