Skip to content

Commit 53cecf2

Browse files
botaneggrobot-piglet
authored andcommitted
fix core: fix compilation with modern libfmt
subj fix for https://github.com/userver-framework/userver/actions/runs/23000941190/job/66784999697 ------------------------ 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. --- Pull Request resolved: #1141 commit_hash:b52648e47dba091e1688854d9708e35299b31926
1 parent bd320a8 commit 53cecf2

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

core/src/server/http/http_request_handler.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
#include <chrono>
44
#include <stdexcept>
55

6+
#include <fmt/ranges.h>
7+
68
#include <server/handlers/http_handler_base_statistics.hpp>
79
#include <server/handlers/http_server_settings.hpp>
810
#include <server/request/task_inherited_request_impl.hpp>

0 commit comments

Comments
 (0)