| Index: ppapi/thunk/ppb_graphics_3d_thunk.cc
|
| diff --git a/ppapi/thunk/ppb_graphics_3d_thunk.cc b/ppapi/thunk/ppb_graphics_3d_thunk.cc
|
| index eced397797c8d3111e9d2e1cf9681b151a78cfec..d0babbb31bb3385431019d5359020a2c223b28cc 100644
|
| --- a/ppapi/thunk/ppb_graphics_3d_thunk.cc
|
| +++ b/ppapi/thunk/ppb_graphics_3d_thunk.cc
|
| @@ -4,6 +4,8 @@
|
|
|
| // From ppb_graphics_3d.idl modified Wed Jan 27 17:10:16 2016.
|
|
|
| +#include <stdint.h>
|
| +
|
| #include "ppapi/c/pp_completion_callback.h"
|
| #include "ppapi/c/pp_errors.h"
|
| #include "ppapi/c/ppb_graphics_3d.h"
|
|
|