Commit dfd12e6d authored by Dmitriy Merkushov's avatar Dmitriy Merkushov

bin_to_hex.h: include spdlog.h to support inclusion of bin_to_hex.h in any order with spdlog.h

parent ba29e1d7
......@@ -6,6 +6,7 @@
#pragma once
#include <cctype>
#include <spdlog/spdlog.h>
//
// Support for logging binary data as hex
......
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