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

This commit is contained in:
Dmitriy Merkushov 2021-08-07 01:50:09 +03:00
parent ba29e1d75d
commit dfd12e6dac

View File

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