Index: ppapi/cpp/trusted/file_chooser_trusted.h |
diff --git a/ppapi/cpp/trusted/file_chooser_trusted.h b/ppapi/cpp/trusted/file_chooser_trusted.h |
index cdb70b0be68dec4f9ca95b87c2de8eee38779330..dfd7c58c7aee81ef3a1768ba269a0c55dfe929b5 100644 |
--- a/ppapi/cpp/trusted/file_chooser_trusted.h |
+++ b/ppapi/cpp/trusted/file_chooser_trusted.h |
@@ -5,6 +5,8 @@ |
#ifndef PPAPI_CPP_TRUSTED_FILE_CHOOSER_TRUSTED_H_ |
#define PPAPI_CPP_TRUSTED_FILE_CHOOSER_TRUSTED_H_ |
+#include <stdint.h> |
+ |
#include <string> |
#include "ppapi/cpp/dev/file_chooser_dev.h" |