From b400705a1c00084d4752594a0869e2693d77612f Mon Sep 17 00:00:00 2001 From: Dmitriy Merkushov Date: Mon, 9 Aug 2021 19:27:24 +0300 Subject: [PATCH] bin_to_hex.h: include common.h instead of spdlog.h --- include/spdlog/fmt/bin_to_hex.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/spdlog/fmt/bin_to_hex.h b/include/spdlog/fmt/bin_to_hex.h index 8d2efdff..0b6c3e96 100644 --- a/include/spdlog/fmt/bin_to_hex.h +++ b/include/spdlog/fmt/bin_to_hex.h @@ -6,7 +6,7 @@ #pragma once #include -#include +#include // // Support for logging binary data as hex