From 96adcd1519e9f55b92314ed8c18bfbc648ef8f40 Mon Sep 17 00:00:00 2001 From: Fedor Osetrov <33493672+fdr400@users.noreply.github.com> Date: Fri, 31 Jan 2025 09:11:13 +0300 Subject: [PATCH] fix build: add missing fmt/ranges.h include MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------------------ Note: by creating a PR or an issue you automatically agree to the CLA. See [CONTRIBUTING.md](https://github.com/userver-framework/userver/blob/develop/CONTRIBUTING.md). Feel free to remove this note, the agreement holds. Tests: протестировано CI Pull Request resolved: https://github.com/userver-framework/userver/pull/848 commit_hash:5affcf78ea614a85d7397de2aeca5010ae144b2e --- redis/src/storages/redis/impl/cmd_args.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/redis/src/storages/redis/impl/cmd_args.hpp b/redis/src/storages/redis/impl/cmd_args.hpp index 8bede51e9fbf..09b8bb4fd897 100644 --- a/redis/src/storages/redis/impl/cmd_args.hpp +++ b/redis/src/storages/redis/impl/cmd_args.hpp @@ -4,6 +4,7 @@ #include #include +#include #include #include