| Index: ppapi/proxy/graphics_2d_resource.h
|
| diff --git a/ppapi/proxy/graphics_2d_resource.h b/ppapi/proxy/graphics_2d_resource.h
|
| index efd7d760877b4894bb7c4ef792cc902fa2a8adbe..7c8fb69b50ba693f808106a4ca46b8091ed7ff22 100644
|
| --- a/ppapi/proxy/graphics_2d_resource.h
|
| +++ b/ppapi/proxy/graphics_2d_resource.h
|
| @@ -5,7 +5,10 @@
|
| #ifndef PPAPI_PROXY_GRAPHICS_2D_RESOURCE_H_
|
| #define PPAPI_PROXY_GRAPHICS_2D_RESOURCE_H_
|
|
|
| +#include <stdint.h>
|
| +
|
| #include "base/compiler_specific.h"
|
| +#include "base/macros.h"
|
| #include "ppapi/proxy/plugin_resource.h"
|
| #include "ppapi/proxy/ppapi_proxy_export.h"
|
| #include "ppapi/thunk/ppb_graphics_2d_api.h"
|
|
|