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

pull/2035/head
Dmitriy Merkushov 4 years ago
parent ba29e1d75d
commit dfd12e6dac

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

Loading…
Cancel
Save