Skip to content

Commit

Permalink
fix easy: added missing fmt11 headers
Browse files Browse the repository at this point in the history
Tests: протестировано CI

Pull Request resolved: #808
commit_hash:1c8d3a8214b81863e69a78eb74c0c50d6bfe46ce
  • Loading branch information
RayeS2070 authored and apolukhin committed Dec 25, 2024
1 parent 4f1876d commit 3a83d4d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions libraries/easy/src/easy.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
#include <boost/algorithm/string/replace.hpp>
#include <boost/program_options.hpp>

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

#include <userver/clients/dns/component.hpp>
#include <userver/clients/http/component.hpp>
#include <userver/components/component_context.hpp>
Expand Down

0 comments on commit 3a83d4d

Please sign in to comment.