Chromium Code Reviews| 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> | 
| + | 
| #include <list> | 
| #include "webrtc/typedefs.h" |