From b4aa73262237ca8e5aabdf865e337e0af6c55824 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 27 Oct 2024 14:14:09 +0100 Subject: [PATCH] osd/PG: add missing include Signed-off-by: Max Kellermann --- src/osd/PG.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/osd/PG.cc b/src/osd/PG.cc index dd5d48654d746..632ad06f66340 100644 --- a/src/osd/PG.cc +++ b/src/osd/PG.cc @@ -15,6 +15,7 @@ #include "PG.h" #include "messages/MOSDRepScrub.h" +#include "common/debug.h" #include "common/errno.h" #include "common/ceph_releases.h" #include "common/config.h" -- 2.39.5