| Index: ppapi/shared_impl/media_stream_buffer.h
|
| diff --git a/ppapi/shared_impl/media_stream_buffer.h b/ppapi/shared_impl/media_stream_buffer.h
|
| index ddb67295c346a293e62d4436bcbc98bab84415f3..5a3b631bc08a38c8d6778cf6ce9d7b1889f01c9e 100644
|
| --- a/ppapi/shared_impl/media_stream_buffer.h
|
| +++ b/ppapi/shared_impl/media_stream_buffer.h
|
| @@ -5,6 +5,8 @@
|
| #ifndef PPAPI_SHARED_IMPL_MEDIA_STREAM_BUFFER_H_
|
| #define PPAPI_SHARED_IMPL_MEDIA_STREAM_BUFFER_H_
|
|
|
| +#include <stdint.h>
|
| +
|
| #include "ppapi/c/ppb_audio_buffer.h"
|
| #include "ppapi/c/ppb_video_frame.h"
|
|
|
|
|