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

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

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

Loading…
Cancel
Save