Skip to content

Commit 96adcd1

Browse files
committed
fix build: add missing fmt/ranges.h include
------------------------ 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: #848 commit_hash:5affcf78ea614a85d7397de2aeca5010ae144b2e
1 parent 991c62a commit 96adcd1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

redis/src/storages/redis/impl/cmd_args.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
#include <string>
55
#include <vector>
66

7+
#include <fmt/ranges.h>
78
#include <boost/container/small_vector.hpp>
89

910
#include <userver/logging/fwd.hpp>

0 commit comments

Comments
 (0)