Fix Windows compilation.

This commit is contained in:
Jonathan Naylor
2020-09-20 15:47:58 +01:00
parent a72977ec3d
commit f68d1adb1b
16 changed files with 13 additions and 8 deletions
+1
View File
@@ -26,6 +26,7 @@
#include "Log.h"
#if defined(_WIN32) || defined(_WIN64)
#include <WS2tcpip.h>
#include <Windows.h>
#else
#include <sys/socket.h>