Index: ppapi/examples/file_chooser/file_chooser.cc |
diff --git a/ppapi/examples/file_chooser/file_chooser.cc b/ppapi/examples/file_chooser/file_chooser.cc |
index f220dd8b2949d7d7f58aa7a6b2063480dc3a752b..6221b613e95a4d06603e6393ded77cb4f0623610 100644 |
--- a/ppapi/examples/file_chooser/file_chooser.cc |
+++ b/ppapi/examples/file_chooser/file_chooser.cc |
@@ -2,6 +2,9 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
+#include <stddef.h> |
+#include <stdint.h> |
+ |
#include "ppapi/c/dev/ppb_file_chooser_dev.h" |
#include "ppapi/c/pp_input_event.h" |
#include "ppapi/cpp/completion_callback.h" |