| Index: ppapi/thunk/ppb_video_decoder_dev_thunk.cc
|
| diff --git a/ppapi/thunk/ppb_video_decoder_dev_thunk.cc b/ppapi/thunk/ppb_video_decoder_dev_thunk.cc
|
| index bf15dd8abb302bb83aa81746c05c030e4760b96a..b5375ec4d95604584eec2d673d784277065df65b 100644
|
| --- a/ppapi/thunk/ppb_video_decoder_dev_thunk.cc
|
| +++ b/ppapi/thunk/ppb_video_decoder_dev_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/pp_errors.h"
|
| #include "ppapi/shared_impl/tracked_callback.h"
|
| #include "ppapi/thunk/enter.h"
|
|
|