From dfd12e6dac83aa4a180df620ae49adca31c34355 Mon Sep 17 00:00:00 2001 From: Dmitriy Merkushov Date: Sat, 7 Aug 2021 01:50:09 +0300 Subject: [PATCH] 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 7a94db7a..8d2efdff 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