Index: ppapi/cpp/udp_socket.h |
diff --git a/ppapi/cpp/udp_socket.h b/ppapi/cpp/udp_socket.h |
index 69e906ff20919ddb226029dcf80792a89cad18c4..2de376698d9c6c79649694b7cde973d5ff7bd47f 100644 |
--- a/ppapi/cpp/udp_socket.h |
+++ b/ppapi/cpp/udp_socket.h |
@@ -5,6 +5,8 @@ |
#ifndef PPAPI_CPP_UDP_SOCKET_H_ |
#define PPAPI_CPP_UDP_SOCKET_H_ |
+#include <stdint.h> |
+ |
#include "ppapi/c/ppb_udp_socket.h" |
#include "ppapi/cpp/net_address.h" |
#include "ppapi/cpp/pass_ref.h" |