Index: ppapi/thunk/ppb_video_frame_thunk.cc |
diff --git a/ppapi/thunk/ppb_video_frame_thunk.cc b/ppapi/thunk/ppb_video_frame_thunk.cc |
index 46b627597ebe9ea4130152555be6aa28d970e21a..96e023a2564d4fe7f05b68ac02545abf959ca9e3 100644 |
--- a/ppapi/thunk/ppb_video_frame_thunk.cc |
+++ b/ppapi/thunk/ppb_video_frame_thunk.cc |
@@ -4,6 +4,8 @@ |
// From ppb_video_frame.idl modified Mon Apr 7 08:56:43 2014. |
+#include <stdint.h> |
+ |
#include "ppapi/c/pp_errors.h" |
#include "ppapi/c/ppb_video_frame.h" |
#include "ppapi/shared_impl/tracked_callback.h" |