Index: ppapi/examples/video_decode/video_decode.cc |
diff --git a/ppapi/examples/video_decode/video_decode.cc b/ppapi/examples/video_decode/video_decode.cc |
index e15ef42f82a730f52550e303502ef29e24cea9e0..65b70aa9ecb2cad2b43e533ecc9bcb44dcd1c8e4 100644 |
--- a/ppapi/examples/video_decode/video_decode.cc |
+++ b/ppapi/examples/video_decode/video_decode.cc |
@@ -35,6 +35,8 @@ |
// include-guards), make sure this is the last file #include'd in this file. |
#undef NDEBUG |
#include <assert.h> |
+#include <stddef.h> |
+#include <stdint.h> |
// Assert |context_| isn't holding any GL Errors. Done as a macro instead of a |
// function to preserve line number information in the failure message. |