Index: ppapi/thunk/ppb_websocket_thunk.cc |
diff --git a/ppapi/thunk/ppb_websocket_thunk.cc b/ppapi/thunk/ppb_websocket_thunk.cc |
index a632305e7fad7bd4f0cc38b1516aff904284d78b..f7354ba86f9fdd3441600eaa8dab6c33a42c5776 100644 |
--- a/ppapi/thunk/ppb_websocket_thunk.cc |
+++ b/ppapi/thunk/ppb_websocket_thunk.cc |
@@ -4,6 +4,8 @@ |
// From ppb_websocket.idl modified Mon May 6 10:11:29 2013. |
+#include <stdint.h> |
+ |
#include "ppapi/c/pp_completion_callback.h" |
#include "ppapi/c/pp_errors.h" |
#include "ppapi/c/ppb_websocket.h" |