| Index: ppapi/shared_impl/array_var.h
|
| diff --git a/ppapi/shared_impl/array_var.h b/ppapi/shared_impl/array_var.h
|
| index 2e3ab02861b06113c60beb747b693d715e74ea60..bce84168136e9ca0871109c656f3595f2b0ee681 100644
|
| --- a/ppapi/shared_impl/array_var.h
|
| +++ b/ppapi/shared_impl/array_var.h
|
| @@ -5,10 +5,12 @@
|
| #ifndef PPAPI_SHARED_IMPL_ARRAY_VAR_H_
|
| #define PPAPI_SHARED_IMPL_ARRAY_VAR_H_
|
|
|
| +#include <stdint.h>
|
| +
|
| #include <vector>
|
|
|
| -#include "base/basictypes.h"
|
| #include "base/compiler_specific.h"
|
| +#include "base/macros.h"
|
| #include "ppapi/c/pp_var.h"
|
| #include "ppapi/shared_impl/ppapi_shared_export.h"
|
| #include "ppapi/shared_impl/scoped_pp_var.h"
|
|
|