| Index: media/formats/mp2t/ts_section_pes.h
|
| diff --git a/media/formats/mp2t/ts_section_pes.h b/media/formats/mp2t/ts_section_pes.h
|
| index fd4d1438ac9a6e7c786bb8299a760d3741d539ab..a8b5c163f9182c296e29475b73913f3c2061c08c 100644
|
| --- a/media/formats/mp2t/ts_section_pes.h
|
| +++ b/media/formats/mp2t/ts_section_pes.h
|
| @@ -5,6 +5,8 @@
|
| #ifndef MEDIA_FORMATS_MP2T_TS_SECTION_PES_H_
|
| #define MEDIA_FORMATS_MP2T_TS_SECTION_PES_H_
|
|
|
| +#include <stdint.h>
|
| +
|
| #include "base/compiler_specific.h"
|
| #include "base/macros.h"
|
| #include "base/memory/scoped_ptr.h"
|
|
|