Chromium Code Reviews| Index: ppapi/cpp/websocket.h |
| diff --git a/ppapi/cpp/websocket.h b/ppapi/cpp/websocket.h |
| index 0c72dc0eda9fd578a9bd8d714e7a72e94a1902a9..c1c78b0d26798c58f1edfec814f58804d316f375 100644 |
| --- a/ppapi/cpp/websocket.h |
| +++ b/ppapi/cpp/websocket.h |
| @@ -5,6 +5,8 @@ |
| #ifndef PPAPI_CPP_WEBSOCKET_H_ |
| #define PPAPI_CPP_WEBSOCKET_H_ |
| +#include <stdint.h> |
| + |
| #include "ppapi/c/ppb_websocket.h" |
| #include "ppapi/cpp/resource.h" |