From 359f26ac1259c6a5f7858543e4299304aa6074d8 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 5 Sep 2025 13:24:59 +0200 Subject: [PATCH] global/signal_handler: add missing include Signed-off-by: Max Kellermann --- src/global/signal_handler.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/global/signal_handler.cc b/src/global/signal_handler.cc index a595e7e858c6b..1a9f43ce55f02 100644 --- a/src/global/signal_handler.cc +++ b/src/global/signal_handler.cc @@ -23,6 +23,7 @@ #include "common/Clock.h" // for ceph_clock_now() #include "common/BackTrace.h" #include "common/debug.h" +#include "common/Formatter.h" #include "common/safe_io.h" #include "common/version.h" -- 2.39.5