Skip to content
Snippets Groups Projects
Commit 3a42846f authored by Adrien Béraud's avatar Adrien Béraud
Browse files

utils: include ws2tcpip.h on Windows

parent 5ca04b1d
No related branches found
No related tags found
No related merge requests found
......@@ -27,7 +27,7 @@
#ifndef _WIN32
#include <sys/socket.h>
#else
#include <winsock2.h>
#include <ws2tcpip.h>
#endif
#include <chrono>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment