Skip to content

Commit e209f90

Browse files
committed
fix build: add missing fmt/ranges.h include
commit_hash:fdcd68c9ac47c197f2bd5936a8af3298c282de84
1 parent 3324688 commit e209f90

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

core/src/engine/deadlock_detector.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
#include <list>
44

5+
#include <fmt/format.h>
6+
#include <fmt/ranges.h>
57
#include <boost/stacktrace.hpp>
68

79
#include <engine/task/task_context.hpp>

grpc/src/ugrpc/server/middlewares/log/middleware.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#include <ugrpc/server/middlewares/log/middleware.hpp>
22

33
#include <fmt/format.h>
4+
#include <fmt/ranges.h>
45

56
#include <userver/logging/log_extra.hpp>
67
#include <userver/tracing/tags.hpp>

0 commit comments

Comments
 (0)