--- OpenSim/Common/Logger.h.orig 2026-06-18 22:26:24 UTC +++ OpenSim/Common/Logger.h @@ -25,8 +25,9 @@ #include "osimCommonDLL.h" // for OSIMCOMMON_API #include // for shared_ptr #include // for spdlog::format_string_t -#include // for formatter -#include // for ostream_formatter +// On FreeBSD fmt is not bundled with spdlog +#include // for formatter +#include // for ostream_formatter #include // for logger #include // for basic_string, string #include // for std::string_view