Fix missing spdlog::

pull/2170/head
Charless Milette 4 years ago
parent c475418975
commit 4008f31add

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

Loading…
Cancel
Save