diff --git a/src/socket/Socket.h b/src/socket/Socket.h index 6b63a34..d38e17d 100644 --- a/src/socket/Socket.h +++ b/src/socket/Socket.h @@ -15,6 +15,7 @@ #elif __linux__ #include +#include // Typedef to match the windows typedef since they are different underlying types typedef int SOCKET;