| Index: ppapi/thunk/ppb_camera_capabilities_private_thunk.cc
|
| diff --git a/ppapi/thunk/ppb_camera_capabilities_private_thunk.cc b/ppapi/thunk/ppb_camera_capabilities_private_thunk.cc
|
| index 85a64bbf6d2c2ecb4e6ed2d7f3e06f2ef931579c..3bfdd4c88089e18c0d928b83357269ece5538676 100644
|
| --- a/ppapi/thunk/ppb_camera_capabilities_private_thunk.cc
|
| +++ b/ppapi/thunk/ppb_camera_capabilities_private_thunk.cc
|
| @@ -5,6 +5,8 @@
|
| // From private/ppb_camera_capabilities_private.idl modified Thu Feb 19 09:06:18
|
| // 2015.
|
|
|
| +#include <stdint.h>
|
| +
|
| #include "ppapi/c/pp_errors.h"
|
| #include "ppapi/c/private/ppb_camera_capabilities_private.h"
|
| #include "ppapi/shared_impl/tracked_callback.h"
|
|
|