| Index: ppapi/shared_impl/file_ref_create_info.cc
|
| diff --git a/ppapi/shared_impl/file_ref_create_info.cc b/ppapi/shared_impl/file_ref_create_info.cc
|
| index 7d975b7f597c043d39afafc74e1fcc2bba9c828a..f4b78c1a163b8773013d58cc6932e6b3e2556f40 100644
|
| --- a/ppapi/shared_impl/file_ref_create_info.cc
|
| +++ b/ppapi/shared_impl/file_ref_create_info.cc
|
| @@ -4,8 +4,11 @@
|
|
|
| #include "ppapi/shared_impl/file_ref_create_info.h"
|
|
|
| +#include <stddef.h>
|
| +
|
| #include "base/logging.h"
|
| #include "base/strings/utf_string_conversions.h"
|
| +#include "build/build_config.h"
|
| #include "ppapi/c/pp_file_info.h"
|
|
|
| namespace ppapi {
|
|
|