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 <tchaikov@gmail.com>
This commit is contained in:
Kefu Chai 2024-07-15 11:10:09 +08:00
parent 021c74a819
commit b57dde69dc

View File

@ -35,6 +35,7 @@
#include <fmt/format.h>
#include <fmt/ostream.h>
#include <fmt/ranges.h>
#include <boost/algorithm/string.hpp>
#include <boost/multiprecision/cpp_int.hpp>