| Index: ppapi/thunk/ppb_isolated_file_system_private_api.h
|
| diff --git a/ppapi/thunk/ppb_isolated_file_system_private_api.h b/ppapi/thunk/ppb_isolated_file_system_private_api.h
|
| index bca233279fe6e5b665891f0acfdf8bcfc07b7fa6..d55937600de3c431f56c2a5863e84e9f5ccaaa96 100644
|
| --- a/ppapi/thunk/ppb_isolated_file_system_private_api.h
|
| +++ b/ppapi/thunk/ppb_isolated_file_system_private_api.h
|
| @@ -5,6 +5,8 @@
|
| #ifndef PPAPI_THUNK_PPB_ISOLATED_FILE_SYSTEM_PRIVATE_API_H_
|
| #define PPAPI_THUNK_PPB_ISOLATED_FILE_SYSTEM_PRIVATE_API_H_
|
|
|
| +#include <stdint.h>
|
| +
|
| #include "base/memory/ref_counted.h"
|
| #include "ppapi/c/private/ppb_isolated_file_system_private.h"
|
| #include "ppapi/shared_impl/singleton_resource_id.h"
|
|
|