Add a missing #include for sockaddr_in6
1 files changed, 1 insertions(+), 0 deletions(-) M src/network/tcp_socket_handler.hpp
M src/network/tcp_socket_handler.hpp => src/network/tcp_socket_handler.hpp +1 -0
@@ 7,6 7,7 @@ #include <sys/types.h> #include <sys/socket.h> +#include <netinet/in.h> #include <netdb.h> #include <utility>