| Index: ppapi/proxy/network_proxy_resource.h
|
| diff --git a/ppapi/proxy/network_proxy_resource.h b/ppapi/proxy/network_proxy_resource.h
|
| index b48089d08ec97b6fe69206f9edf87f981e425d42..646e046d048e84f72c7a567d0035444b39179ec3 100644
|
| --- a/ppapi/proxy/network_proxy_resource.h
|
| +++ b/ppapi/proxy/network_proxy_resource.h
|
| @@ -5,6 +5,9 @@
|
| #ifndef PPAPI_PROXY_NETWORK_PROXY_RESOURCE_H_
|
| #define PPAPI_PROXY_NETWORK_PROXY_RESOURCE_H_
|
|
|
| +#include <stdint.h>
|
| +
|
| +#include "base/macros.h"
|
| #include "ppapi/proxy/plugin_resource.h"
|
| #include "ppapi/proxy/ppapi_proxy_export.h"
|
| #include "ppapi/thunk/ppb_network_proxy_api.h"
|
|
|