| Index: ppapi/proxy/ppp_video_decoder_proxy.h
|
| diff --git a/ppapi/proxy/ppp_video_decoder_proxy.h b/ppapi/proxy/ppp_video_decoder_proxy.h
|
| index 54beac127969b8a4dfe4410c14188e451e99925d..c4b23ef8031ddb58218932277fd4834c8fa61f15 100644
|
| --- a/ppapi/proxy/ppp_video_decoder_proxy.h
|
| +++ b/ppapi/proxy/ppp_video_decoder_proxy.h
|
| @@ -5,6 +5,9 @@
|
| #ifndef PPAPI_PROXY_PPP_VIDEO_DECODER_PROXY_H_
|
| #define PPAPI_PROXY_PPP_VIDEO_DECODER_PROXY_H_
|
|
|
| +#include <stdint.h>
|
| +
|
| +#include "base/macros.h"
|
| #include "ppapi/c/dev/ppp_video_decoder_dev.h"
|
| #include "ppapi/c/pp_instance.h"
|
| #include "ppapi/proxy/interface_proxy.h"
|
|
|