mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2025-01-03 00:35:55 +00:00
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:
parent
021c74a819
commit
b57dde69dc
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user