| Index: ppapi/shared_impl/media_stream_buffer_manager.h
|
| diff --git a/ppapi/shared_impl/media_stream_buffer_manager.h b/ppapi/shared_impl/media_stream_buffer_manager.h
|
| index 7633624ca9d306004a596bc0ecdccb2baab14ac6..d965b11b026a47ec6de7ac0a415a1cea3d0b0c8e 100644
|
| --- a/ppapi/shared_impl/media_stream_buffer_manager.h
|
| +++ b/ppapi/shared_impl/media_stream_buffer_manager.h
|
| @@ -5,10 +5,13 @@
|
| #ifndef PPAPI_SHARED_IMPL_MEDIA_STREAM_BUFFER_MANAGER_H_
|
| #define PPAPI_SHARED_IMPL_MEDIA_STREAM_BUFFER_MANAGER_H_
|
|
|
| +#include <stdint.h>
|
| +
|
| #include <deque>
|
| #include <vector>
|
|
|
| #include "base/compiler_specific.h"
|
| +#include "base/macros.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/memory/shared_memory.h"
|
| #include "ppapi/shared_impl/ppapi_shared_export.h"
|
|
|