| Index: ppapi/proxy/video_encoder_resource.h
|
| diff --git a/ppapi/proxy/video_encoder_resource.h b/ppapi/proxy/video_encoder_resource.h
|
| index 41f33c7e92b1fa2d80556b9c4a1628f33f633f66..f040a386499c263627d348676a715b2ac63a45e4 100644
|
| --- a/ppapi/proxy/video_encoder_resource.h
|
| +++ b/ppapi/proxy/video_encoder_resource.h
|
| @@ -5,8 +5,11 @@
|
| #ifndef PPAPI_PROXY_VIDEO_ENCODER_RESOURCE_H_
|
| #define PPAPI_PROXY_VIDEO_ENCODER_RESOURCE_H_
|
|
|
| +#include <stdint.h>
|
| +
|
| #include <deque>
|
|
|
| +#include "base/macros.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/memory/scoped_vector.h"
|
|
|