| Index: ppapi/thunk/ppb_var_array_thunk.cc
|
| diff --git a/ppapi/thunk/ppb_var_array_thunk.cc b/ppapi/thunk/ppb_var_array_thunk.cc
|
| index 9ab52ac6ccdcad92041fc0b443788cd5610e032d..57d5a97774dbc9e8acb058fa5e9688ee2d5828d0 100644
|
| --- a/ppapi/thunk/ppb_var_array_thunk.cc
|
| +++ b/ppapi/thunk/ppb_var_array_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/ppb_var_array.h"
|
| #include "ppapi/shared_impl/array_var.h"
|
| #include "ppapi/shared_impl/proxy_lock.h"
|
|
|