Update tcp_client-windows.h

This commit is contained in:
Gabi Melman 2020-07-14 23:15:49 +03:00 committed by GitHub
parent 616caa5d30
commit 58875bdcd7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,8 +8,8 @@
#include <spdlog/common.h>
#include <spdlog/details/os.h>
#include <windows.h>
#include <winsock2.h>
#include <windows.h>
#include <ws2tcpip.h>
#include <stdlib.h>
#include <stdio.h>