From b57dde69dc80b151844e0762a2ae6bca3ba86d95 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Mon, 15 Jul 2024 11:10:09 +0800 Subject: [PATCH] fix build with fmt v11 fmt::join() was moved into fmt/ranges.h since fmt 11, so let's include this header for using it. Signed-off-by: Kefu Chai --- src/common/common.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/common.h b/src/common/common.h index 68a129fab..b5e0c8a89 100644 --- a/src/common/common.h +++ b/src/common/common.h @@ -35,6 +35,7 @@ #include #include +#include #include #include