Index: ppapi/examples/compositor/compositor.cc |
diff --git a/ppapi/examples/compositor/compositor.cc b/ppapi/examples/compositor/compositor.cc |
index df2962a9e14fb83ecef822f7fdc0cdd7acde5d5d..71944e031ac63f84554c157ca29ec25286951968 100644 |
--- a/ppapi/examples/compositor/compositor.cc |
+++ b/ppapi/examples/compositor/compositor.cc |
@@ -34,6 +34,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> |
// When compiling natively on Windows, PostMessage can be #define-d to |
// something else. |