Index: ppapi/cpp/tcp_socket.h |
diff --git a/ppapi/cpp/tcp_socket.h b/ppapi/cpp/tcp_socket.h |
index 578e08fac228240da2252f9a314bd43550432ede..84981e7d502f6a237d5dad2e3b5ef995a9b2ad48 100644 |
--- a/ppapi/cpp/tcp_socket.h |
+++ b/ppapi/cpp/tcp_socket.h |
@@ -5,6 +5,8 @@ |
#ifndef PPAPI_CPP_TCP_SOCKET_H_ |
#define PPAPI_CPP_TCP_SOCKET_H_ |
+#include <stdint.h> |
+ |
#include "ppapi/c/ppb_tcp_socket.h" |
#include "ppapi/cpp/net_address.h" |
#include "ppapi/cpp/pass_ref.h" |