| Index: ppapi/thunk/ppb_audio_encoder_api.h
|
| diff --git a/ppapi/thunk/ppb_audio_encoder_api.h b/ppapi/thunk/ppb_audio_encoder_api.h
|
| index 68e13788c8f13b56db560bf35e16fdda6b3281ae..ee660fd88ba582a170389ba04223eaea02a41c8f 100644
|
| --- a/ppapi/thunk/ppb_audio_encoder_api.h
|
| +++ b/ppapi/thunk/ppb_audio_encoder_api.h
|
| @@ -5,6 +5,8 @@
|
| #ifndef PPAPI_THUNK_AUDIO_ENCODER_API_H_
|
| #define PPAPI_THUNK_AUDIO_ENCODER_API_H_
|
|
|
| +#include <stdint.h>
|
| +
|
| #include "ppapi/c/ppb_audio_encoder.h"
|
| #include "ppapi/thunk/ppapi_thunk_export.h"
|
|
|
|
|