spdlog icon indicating copy to clipboard operation
spdlog copied to clipboard

Fix: include <fcntl.h> in tcp_client.h to avoid compilation failures …

Open maordadush opened this issue 1 month ago • 0 comments

Fix missing <fcntl.h> include in tcp_client.h.

This resolves compilation failures on Linux/Unix when building with TCP logging enabled.

Fixes gabime/spdlog#3496

maordadush avatar Dec 08 '25 10:12 maordadush