Skip to content

Commit

Permalink
fix build: add missing fmt/ranges.h include
Browse files Browse the repository at this point in the history
------------------------
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
  • Loading branch information
fdr400 committed Jan 31, 2025
1 parent 991c62a commit 96adcd1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions redis/src/storages/redis/impl/cmd_args.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#include <string>
#include <vector>

#include <fmt/ranges.h>
#include <boost/container/small_vector.hpp>

#include <userver/logging/fwd.hpp>
Expand Down

0 comments on commit 96adcd1

Please sign in to comment.