Index: ppapi/thunk/ppb_websocket_api.h |
diff --git a/ppapi/thunk/ppb_websocket_api.h b/ppapi/thunk/ppb_websocket_api.h |
index 546ed99b7c851b8e97c6eaef4eca98e9f8dde4c5..f0e3e6a6015870a14b2dd9fcbadf7f8fad55ef06 100644 |
--- a/ppapi/thunk/ppb_websocket_api.h |
+++ b/ppapi/thunk/ppb_websocket_api.h |
@@ -5,6 +5,8 @@ |
#ifndef PPAPI_THUNK_WEBSOCKET_API_H_ |
#define PPAPI_THUNK_WEBSOCKET_API_H_ |
+#include <stdint.h> |
+ |
#include "base/memory/ref_counted.h" |
#include "ppapi/c/pp_completion_callback.h" |
#include "ppapi/c/ppb_websocket.h" |