Index: ppapi/thunk/ppb_graphics_3d_thunk.cc |
diff --git a/ppapi/thunk/ppb_graphics_3d_thunk.cc b/ppapi/thunk/ppb_graphics_3d_thunk.cc |
index 92f988665bbce5780209969e9d4a54f6e71e5542..437ad44b0b29c6c58b93ae56b1241d49039c42c6 100644 |
--- a/ppapi/thunk/ppb_graphics_3d_thunk.cc |
+++ b/ppapi/thunk/ppb_graphics_3d_thunk.cc |
@@ -4,6 +4,8 @@ |
// From ppb_graphics_3d.idl modified Fri Nov 1 16:12:12 2013. |
+#include <stdint.h> |
+ |
#include "ppapi/c/pp_completion_callback.h" |
#include "ppapi/c/pp_errors.h" |
#include "ppapi/c/ppb_graphics_3d.h" |