| Index: ppapi/thunk/ppb_file_system_api.h
|
| diff --git a/ppapi/thunk/ppb_file_system_api.h b/ppapi/thunk/ppb_file_system_api.h
|
| index 0351bde4c1231d2ba103c060b0a2c1a5e709db00..76e31b7e6f242f1df294822d97d8127ac3aac70c 100644
|
| --- a/ppapi/thunk/ppb_file_system_api.h
|
| +++ b/ppapi/thunk/ppb_file_system_api.h
|
| @@ -5,6 +5,8 @@
|
| #ifndef PPAPI_THUNK_PPB_FILE_SYSTEM_API_H_
|
| #define PPAPI_THUNK_PPB_FILE_SYSTEM_API_H_
|
|
|
| +#include <stdint.h>
|
| +
|
| #include "base/callback_forward.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "ppapi/c/ppb_file_system.h"
|
|
|