| Index: ppapi/thunk/ppb_video_destination_private_api.h
|
| diff --git a/ppapi/thunk/ppb_video_destination_private_api.h b/ppapi/thunk/ppb_video_destination_private_api.h
|
| index 49a696abac990f774c8b787d114ec6a6a98ec17d..08b8cb7e131196acd8fa2dc5a3232b6153a39123 100644
|
| --- a/ppapi/thunk/ppb_video_destination_private_api.h
|
| +++ b/ppapi/thunk/ppb_video_destination_private_api.h
|
| @@ -5,6 +5,8 @@
|
| #ifndef PPAPI_THUNK_PPB_VIDEO_DESTINATION_PRIVATE_API_H_
|
| #define PPAPI_THUNK_PPB_VIDEO_DESTINATION_PRIVATE_API_H_
|
|
|
| +#include <stdint.h>
|
| +
|
| #include "base/memory/ref_counted.h"
|
| #include "ppapi/thunk/ppapi_thunk_export.h"
|
|
|
|
|