| Index: ppapi/proxy/network_monitor_resource.h
|
| diff --git a/ppapi/proxy/network_monitor_resource.h b/ppapi/proxy/network_monitor_resource.h
|
| index 2fb91e753f2b610ae748a38a270a86ef4ce1401e..77b3e614dc3f1730ff580fa65e5b8069b625725b 100644
|
| --- a/ppapi/proxy/network_monitor_resource.h
|
| +++ b/ppapi/proxy/network_monitor_resource.h
|
| @@ -5,8 +5,11 @@
|
| #ifndef PPAPI_PROXY_NETWORK_MONITOR_RESOURCE_H_
|
| #define PPAPI_PROXY_NETWORK_MONITOR_RESOURCE_H_
|
|
|
| +#include <stdint.h>
|
| +
|
| #include <list>
|
|
|
| +#include "base/macros.h"
|
| #include "ppapi/proxy/network_list_resource.h"
|
| #include "ppapi/proxy/plugin_resource.h"
|
| #include "ppapi/shared_impl/scoped_pp_resource.h"
|
|
|