example.cpp failes to build on FreeBSD

This commit is contained in:
Keith Williams 2021-11-14 06:44:47 +00:00
parent ff9313e6dd
commit c8ba643f53

View File

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