| Index: media/video/h264_poc.cc
 | 
| diff --git a/media/video/h264_poc.cc b/media/video/h264_poc.cc
 | 
| index d414b1d84033379e9b084efdd6e02830f12b4834..164d704f13dd51eee5759fe65fd7bb0f03abea3e 100644
 | 
| --- a/media/video/h264_poc.cc
 | 
| +++ b/media/video/h264_poc.cc
 | 
| @@ -2,9 +2,12 @@
 | 
|  // Use of this source code is governed by a BSD-style license that can be
 | 
|  // found in the LICENSE file.
 | 
|  
 | 
| +#include <stddef.h>
 | 
| +
 | 
|  #include <algorithm>
 | 
|  
 | 
|  #include "base/logging.h"
 | 
| +#include "base/macros.h"
 | 
|  #include "media/filters/h264_parser.h"
 | 
|  #include "media/video/h264_poc.h"
 | 
|  
 | 
| 
 |