| Index: ppapi/proxy/ppp_text_input_proxy.h
|
| diff --git a/ppapi/proxy/ppp_text_input_proxy.h b/ppapi/proxy/ppp_text_input_proxy.h
|
| index 0ae023c71e94e14ef0fbe52eaead867b7df15870..57712564c39c15b6c5c4eaf5f0d77fb9244bf0e6 100644
|
| --- a/ppapi/proxy/ppp_text_input_proxy.h
|
| +++ b/ppapi/proxy/ppp_text_input_proxy.h
|
| @@ -5,7 +5,10 @@
|
| #ifndef PPAPI_PROXY_PPP_TEXT_INPUT_PROXY_H_
|
| #define PPAPI_PROXY_PPP_TEXT_INPUT_PROXY_H_
|
|
|
| +#include <stdint.h>
|
| +
|
| #include "base/compiler_specific.h"
|
| +#include "base/macros.h"
|
| #include "ppapi/c/dev/ppp_text_input_dev.h"
|
| #include "ppapi/c/pp_instance.h"
|
| #include "ppapi/proxy/interface_proxy.h"
|
|
|