mirror of
https://github.com/gabime/spdlog.git
synced 2025-01-12 00:40:26 +08:00
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:
parent
ba29e1d75d
commit
dfd12e6dac
@ -6,6 +6,7 @@
|
||||
#pragma once
|
||||
|
||||
#include <cctype>
|
||||
#include <spdlog/spdlog.h>
|
||||
|
||||
//
|
||||
// Support for logging binary data as hex
|
||||
|
Loading…
Reference in New Issue
Block a user