| Index: ppapi/cpp/media_stream_audio_track.h
|
| diff --git a/ppapi/cpp/media_stream_audio_track.h b/ppapi/cpp/media_stream_audio_track.h
|
| index 680e52b832e804574e8f14349fe672bce062a11b..869461a58afe001365496e82f72239acb48f86f4 100644
|
| --- a/ppapi/cpp/media_stream_audio_track.h
|
| +++ b/ppapi/cpp/media_stream_audio_track.h
|
| @@ -5,6 +5,8 @@
|
| #ifndef PPAPI_CPP_MEDIA_STREAM_AUDIO_TRACK_H_
|
| #define PPAPI_CPP_MEDIA_STREAM_AUDIO_TRACK_H_
|
|
|
| +#include <stdint.h>
|
| +
|
| #include <string>
|
|
|
| #include "ppapi/c/ppb_media_stream_audio_track.h"
|
|
|