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

utils: include socket.h

parent c831ec8f
No related branches found
No related tags found
No related merge requests found
......@@ -24,6 +24,12 @@
#include <msgpack.hpp>
#ifndef _WIN32
#include <sys/socket.h>
#else
#include <winsock2.h>
#endif
#include <chrono>
#include <random>
#include <functional>
......
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