~singpolyma/biboumi

4069c5e4acef86facec49ff50da588705a93a649 — Florent Le Coz 8 years ago 51c28a2
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>