mirror of
https://github.com/gabime/spdlog.git
synced 2025-01-12 08:50: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
|
#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…
Reference in New Issue
Block a user