Commit 4008f31a authored by Charless Milette's avatar Charless Milette

Fix missing spdlog::

parent c4754189
...@@ -216,7 +216,7 @@ struct formatter<spdlog::details::dump_info<T>, char> ...@@ -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);
} }
} }
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment