| Index: ppapi/generators/test_thunk/simple_thunk.cc
|
| diff --git a/ppapi/generators/test_thunk/simple_thunk.cc b/ppapi/generators/test_thunk/simple_thunk.cc
|
| index 8fc2ba26aba2d8d6331ec9325eec94118dffa302..15ba99cc8fe05e2e581fde68b1c6f865f08a7d8e 100644
|
| --- a/ppapi/generators/test_thunk/simple_thunk.cc
|
| +++ b/ppapi/generators/test_thunk/simple_thunk.cc
|
| @@ -4,6 +4,8 @@
|
|
|
| // From ../test_thunk/simple.idl modified Fri Nov 16 11:26:06 2012.
|
|
|
| +#include <stdint.h>
|
| +
|
| #include "ppapi/c/../test_thunk/simple.h"
|
| #include "ppapi/c/pp_errors.h"
|
| #include "ppapi/shared_impl/tracked_callback.h"
|
|
|