1
0
mirror of https://github.com/gabime/spdlog.git synced 2025-03-15 02:29:54 +08:00

Merge pull request #2172 from keith-dev/v1.x

example.cpp failes to build on FreeBSD
This commit is contained in:
Gabi Melman 2021-11-14 09:53:29 +02:00 committed by GitHub
commit 85bdfc8695
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,6 +14,7 @@
#include <spdlog/details/os.h> #include <spdlog/details/os.h>
#include <sys/socket.h> #include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h> #include <arpa/inet.h>
#include <unistd.h> #include <unistd.h>
#include <netdb.h> #include <netdb.h>
@ -90,4 +91,4 @@ public:
} }
}; };
} // namespace details } // namespace details
} // namespace spdlog } // namespace spdlog