Fix missing spdlog::

This commit is contained in:
Charless Milette 2021-11-13 11:51:22 -05:00
parent c475418975
commit 4008f31add

View File

@ -216,7 +216,7 @@ struct formatter<spdlog::details::dump_info<T>, char>
if (put_positions)
{
fmt_lib::format_to(inserter, "{:04X}: ", pos);
spdlog::fmt_lib::format_to(inserter, "{:04X}: ", pos);
}
}
};