Index: webrtc/modules/video_coding/utility/moving_average.h |
diff --git a/webrtc/modules/video_coding/utility/moving_average.h b/webrtc/modules/video_coding/utility/moving_average.h |
index 494bfd51fbc45630a3f1ce588f626ff5a9852990..cdad50f0f9096b3bd8df3f0ac2de49a7ec020a2c 100644 |
--- a/webrtc/modules/video_coding/utility/moving_average.h |
+++ b/webrtc/modules/video_coding/utility/moving_average.h |
@@ -11,6 +11,8 @@ |
#ifndef WEBRTC_MODULES_VIDEO_CODING_UTILITY_MOVING_AVERAGE_H_ |
#define WEBRTC_MODULES_VIDEO_CODING_UTILITY_MOVING_AVERAGE_H_ |
+#include <stddef.h> |
perkj_webrtc
2016/06/10 09:01:24
why this now? git cl lint?
nisse-webrtc
2016/06/10 11:36:57
I got a compilation error from one of the bots (po
|
+ |
#include <list> |
#include "webrtc/typedefs.h" |