Index: ppapi/examples/crxfs/crxfs.cc |
diff --git a/ppapi/examples/crxfs/crxfs.cc b/ppapi/examples/crxfs/crxfs.cc |
index 86a212b98238159994ad36d1a59638108bb6f366..a66a4c19f8dbf2043e4e3e9d979dd9517cc21282 100644 |
--- a/ppapi/examples/crxfs/crxfs.cc |
+++ b/ppapi/examples/crxfs/crxfs.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 <sstream> |
#include "ppapi/c/ppb_file_io.h" |