bin_to_hex.h: include common.h instead of spdlog.h

This commit is contained in:
Dmitriy Merkushov 2021-08-09 19:27:24 +03:00
parent dfd12e6dac
commit b400705a1c

View File

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