| Index: ppapi/examples/video_encode/video_encode.cc
|
| diff --git a/ppapi/examples/video_encode/video_encode.cc b/ppapi/examples/video_encode/video_encode.cc
|
| index bbe67f3dc48442ca88e77976e1d75195f513eff2..3c61888149d04fdf6d041b4bdad5b5bbd41851bd 100644
|
| --- a/ppapi/examples/video_encode/video_encode.cc
|
| +++ b/ppapi/examples/video_encode/video_encode.cc
|
| @@ -38,6 +38,8 @@
|
| // include-guards), make sure this is the last file #include'd in this file.
|
| #undef NDEBUG
|
| #include <assert.h>
|
| +#include <stddef.h>
|
| +#include <stdint.h>
|
|
|
| #define fourcc(a, b, c, d) \
|
| (((uint32_t)(a) << 0) | ((uint32_t)(b) << 8) | ((uint32_t)(c) << 16) | \
|
|
|