Index: ppapi/proxy/compositor_layer_resource.h |
diff --git a/ppapi/proxy/compositor_layer_resource.h b/ppapi/proxy/compositor_layer_resource.h |
index 8d4dfd3eb9570297d60cd5ec161c7debf79be58b..7bc330a156e46cc6db899bd56616430f2579a557 100644 |
--- a/ppapi/proxy/compositor_layer_resource.h |
+++ b/ppapi/proxy/compositor_layer_resource.h |
@@ -5,6 +5,9 @@ |
#ifndef PPAPI_PROXY_COMPOSITOR_LAYER_RESOURCE_H_ |
#define PPAPI_PROXY_COMPOSITOR_LAYER_RESOURCE_H_ |
+#include <stdint.h> |
+ |
+#include "base/macros.h" |
#include "ppapi/c/ppb_compositor_layer.h" |
#include "ppapi/proxy/plugin_resource.h" |
#include "ppapi/proxy/ppapi_proxy_export.h" |