| Index: ppapi/proxy/file_io_resource.h
|
| diff --git a/ppapi/proxy/file_io_resource.h b/ppapi/proxy/file_io_resource.h
|
| index f32879a43a778497c25f9affe4b48cdbf5d8ca62..9834c8e76bbb59e16292c60c2d0163db87e385f1 100644
|
| --- a/ppapi/proxy/file_io_resource.h
|
| +++ b/ppapi/proxy/file_io_resource.h
|
| @@ -5,9 +5,12 @@
|
| #ifndef PPAPI_PROXY_FILE_IO_RESOURCE_H_
|
| #define PPAPI_PROXY_FILE_IO_RESOURCE_H_
|
|
|
| +#include <stdint.h>
|
| +
|
| #include <string>
|
|
|
| #include "base/files/file.h"
|
| +#include "base/macros.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "ppapi/c/private/pp_file_handle.h"
|
|
|