Index: ppapi/thunk/ppb_video_decoder_thunk.cc |
diff --git a/ppapi/thunk/ppb_video_decoder_thunk.cc b/ppapi/thunk/ppb_video_decoder_thunk.cc |
index 4039c3e6d312adfb260aa37b6f012cd119bce008..2c2a7d8d4c892c22689f7ae5d359bf497cd7cd5c 100644 |
--- a/ppapi/thunk/ppb_video_decoder_thunk.cc |
+++ b/ppapi/thunk/ppb_video_decoder_thunk.cc |
@@ -4,6 +4,8 @@ |
// From ppb_video_decoder.idl modified Wed Aug 12 17:59:47 2015. |
+#include <stdint.h> |
+ |
#include "ppapi/c/pp_completion_callback.h" |
#include "ppapi/c/pp_errors.h" |
#include "ppapi/c/ppb_video_decoder.h" |