Skip to content

Commit

Permalink
cc userver: add missing fmt/ranges.h includes
Browse files Browse the repository at this point in the history
commit_hash:53b51dfc5eaecb7f6fb2ba63f2fecd533220378f
  • Loading branch information
fdr400 committed Nov 8, 2024
1 parent d840e87 commit b4b12aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions grpc/src/ugrpc/client/impl/client_data.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#include <userver/ugrpc/client/impl/client_data.hpp>

#include <fmt/format.h>
#include <fmt/ranges.h>
#include <grpcpp/create_channel.h>

#include <userver/ugrpc/client/client_factory.hpp>
Expand Down
1 change: 1 addition & 0 deletions mysql/src/storages/mysql/settings/settings.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#include <boost/range/adaptor/map.hpp>

#include <fmt/format.h>
#include <fmt/ranges.h>

#include <userver/components/component_config.hpp>
#include <userver/formats/json/value.hpp>
Expand Down

0 comments on commit b4b12aa

Please sign in to comment.