Index: ppapi/examples/video_decode/video_decode_dev.cc |
diff --git a/ppapi/examples/video_decode/video_decode_dev.cc b/ppapi/examples/video_decode/video_decode_dev.cc |
index 1cacb1b37e468cd6847e0e81b97eb1ef2ea7e25a..acaef1a52cb2df729fbe93513556c99a20f9240d 100644 |
--- a/ppapi/examples/video_decode/video_decode_dev.cc |
+++ b/ppapi/examples/video_decode/video_decode_dev.cc |
@@ -32,6 +32,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. |