| Index: ppapi/thunk/ppb_flash_file_modulelocal_thunk.cc
|
| diff --git a/ppapi/thunk/ppb_flash_file_modulelocal_thunk.cc b/ppapi/thunk/ppb_flash_file_modulelocal_thunk.cc
|
| index 11962e41edd6d584d85fa3f8839b41405928f296..bc0ed8b0d4c8db39a6ec8eb26bbb3d593b7d1120 100644
|
| --- a/ppapi/thunk/ppb_flash_file_modulelocal_thunk.cc
|
| +++ b/ppapi/thunk/ppb_flash_file_modulelocal_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"
|
|
|