--- OpenSim/Common/Logger.cpp.orig 2026-06-18 22:26:24 UTC +++ OpenSim/Common/Logger.cpp @@ -26,7 +26,8 @@ #include "IO.h" // for IO #include "LogSink.h" // for LogSink #include // for remove -#include // for format +// On FreeBSD fmt is not bundled with spdlog +#include // for format #include // for basic_file_sink_mt, bas... #include // for sink #include // for stdout_color_mt