Chromium Code Reviews| Index: ppapi/cpp/dev/text_input_dev.h |
| diff --git a/ppapi/cpp/dev/text_input_dev.h b/ppapi/cpp/dev/text_input_dev.h |
| index fca87280467f38d6e674cc710cb111b4553cccb9..87f43b64dfc73b0678da03b11a67c5bea9b36dfc 100644 |
| --- a/ppapi/cpp/dev/text_input_dev.h |
| +++ b/ppapi/cpp/dev/text_input_dev.h |
| @@ -5,6 +5,8 @@ |
| #ifndef PPAPI_CPP_DEV_TEXT_INPUT_DEV_H_ |
| #define PPAPI_CPP_DEV_TEXT_INPUT_DEV_H_ |
| +#include <stdint.h> |
| + |
| #include <string> |
| #include "ppapi/c/dev/ppb_text_input_dev.h" |