| Index: ppapi/proxy/compositor_resource.h
|
| diff --git a/ppapi/proxy/compositor_resource.h b/ppapi/proxy/compositor_resource.h
|
| index 49ccf3d3873dc3d5935d14c89cc89045446e47d6..366e3e7bd0bce0a384c45a8d04f128e29f316c65 100644
|
| --- a/ppapi/proxy/compositor_resource.h
|
| +++ b/ppapi/proxy/compositor_resource.h
|
| @@ -5,8 +5,11 @@
|
| #ifndef PPAPI_PROXY_COMPOSITOR_RESOURCE_H_
|
| #define PPAPI_PROXY_COMPOSITOR_RESOURCE_H_
|
|
|
| +#include <stdint.h>
|
| +
|
| #include <map>
|
|
|
| +#include "base/macros.h"
|
| #include "ppapi/proxy/compositor_layer_resource.h"
|
| #include "ppapi/proxy/plugin_resource.h"
|
| #include "ppapi/proxy/ppapi_proxy_export.h"
|
|
|