Skip to content

Commit 6b348c6

Browse files
committed
feat: add stdint.h for Windows platform
1 parent 5a9ebe8 commit 6b348c6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/cppnet/socket/address.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
#include <netinet/in.h>
77
#include <sys/socket.h>
88
#else
9+
#include <stdint.h>
910
#include <winsock2.h>
1011
using socklen_t = int;
1112
#endif

0 commit comments

Comments
 (0)