summaryrefslogtreecommitdiffstats
path: root/ppapi/proxy/graphics_2d_resource.h
diff options
context:
space:
mode:
Diffstat (limited to 'ppapi/proxy/graphics_2d_resource.h')
-rw-r--r--ppapi/proxy/graphics_2d_resource.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ppapi/proxy/graphics_2d_resource.h b/ppapi/proxy/graphics_2d_resource.h
index efd7d760..7c8fb69 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"