util: Include fmt/ranges.h in config_file.hh

The operator() of named_value() prints the allowed values on error which
can be a vector, so the ranges formatting should be there.

Signed-off-by: Pavel Emelyanov <xemul@scylladb.com>
This commit is contained in:
Pavel Emelyanov
2024-12-10 12:56:02 +03:00
parent 0114e4c2ae
commit 7d6f8d728b

View File

@@ -11,6 +11,8 @@
#include <fmt/format.h>
#include <fmt/ostream.h>
#include <fmt/ranges.h>
#include <unordered_map>
#include <iosfwd>
#include <string_view>