From dfd12e6dac83aa4a180df620ae49adca31c34355 Mon Sep 17 00:00:00 2001 From: Dmitriy Merkushov Date: Sat, 7 Aug 2021 01:50:09 +0300 Subject: [PATCH 1/2] bin_to_hex.h: include spdlog.h to support inclusion of bin_to_hex.h in any order with spdlog.h --- include/spdlog/fmt/bin_to_hex.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/spdlog/fmt/bin_to_hex.h b/include/spdlog/fmt/bin_to_hex.h index 7a94db7ac..8d2efdff6 100644 --- a/include/spdlog/fmt/bin_to_hex.h +++ b/include/spdlog/fmt/bin_to_hex.h @@ -6,6 +6,7 @@ #pragma once #include +#include // // Support for logging binary data as hex From b400705a1c00084d4752594a0869e2693d77612f Mon Sep 17 00:00:00 2001 From: Dmitriy Merkushov Date: Mon, 9 Aug 2021 19:27:24 +0300 Subject: [PATCH 2/2] 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 8d2efdff6..0b6c3e96b 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