Index: ppapi/thunk/ppb_flash_file_fileref_thunk.cc |
diff --git a/ppapi/thunk/ppb_flash_file_fileref_thunk.cc b/ppapi/thunk/ppb_flash_file_fileref_thunk.cc |
index 8ea0f2462f874f2720f3569010bcfa85ae8be07b..b37e3913d7ce7b64942e8a25b8e8cb5171bced94 100644 |
--- a/ppapi/thunk/ppb_flash_file_fileref_thunk.cc |
+++ b/ppapi/thunk/ppb_flash_file_fileref_thunk.cc |
@@ -2,6 +2,8 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
+#include <stdint.h> |
+ |
#include "ppapi/c/pp_errors.h" |
#include "ppapi/c/private/ppb_flash_file.h" |
#include "ppapi/thunk/enter.h" |