Added missing include to udp_client.h

This commit is contained in:
gabime 2023-07-02 21:19:41 +03:00
parent 62e55e7a7f
commit 169f827957

View File

@ -12,7 +12,7 @@
#include <spdlog/common.h> #include <spdlog/common.h>
#include <spdlog/details/os.h> #include <spdlog/details/os.h>
#include <cstring>
#include <sys/socket.h> #include <sys/socket.h>
#include <netinet/in.h> #include <netinet/in.h>
#include <arpa/inet.h> #include <arpa/inet.h>