| Index: ppapi/proxy/resource_message_params.h
|
| diff --git a/ppapi/proxy/resource_message_params.h b/ppapi/proxy/resource_message_params.h
|
| index 500ebb908241efe74cd6010c8eca0eea5376eb3c..9e76d1ec06c57a331d270237982348dc34780329 100644
|
| --- a/ppapi/proxy/resource_message_params.h
|
| +++ b/ppapi/proxy/resource_message_params.h
|
| @@ -5,6 +5,9 @@
|
| #ifndef PPAPI_PROXY_RESOURCE_MESSAGE_PARAMS_H_
|
| #define PPAPI_PROXY_RESOURCE_MESSAGE_PARAMS_H_
|
|
|
| +#include <stddef.h>
|
| +#include <stdint.h>
|
| +
|
| #include <vector>
|
|
|
| #include "base/memory/ref_counted.h"
|
|
|