diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/chromium/files/extra-patch-gcc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/www/chromium/files/extra-patch-gcc b/www/chromium/files/extra-patch-gcc index c5b51f196126..df30aa08673c 100644 --- a/www/chromium/files/extra-patch-gcc +++ b/www/chromium/files/extra-patch-gcc @@ -147,3 +147,13 @@ #include "src/allocation.h" #include "src/base/platform/mutex.h" #include "src/flags.h" +--- third_party/webrtc/modules/remote_bitrate_estimator/overuse_detector.cc.orig 2015-10-22 21:00:59.000000000 +0200 ++++ third_party/webrtc/modules/remote_bitrate_estimator/overuse_detector.cc 2015-11-01 11:32:36.293750000 +0100 +@@ -11,6 +11,7 @@ + #include "webrtc/modules/remote_bitrate_estimator/overuse_detector.h" + + #include <algorithm> ++#include <cstdio> + #include <sstream> + #include <math.h> + #include <stdlib.h> |