From: Max Kellermann Date: Sun, 27 Oct 2024 13:21:45 +0000 (+0100) Subject: osd/PrimaryLogPG: add missing include X-Git-Tag: testing/wip-vshankar-testing-20250407.170244-debug~45^2~9 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=c1b8337f0f14aac58cc3fa6db37c438c12e8d766;p=ceph-ci.git osd/PrimaryLogPG: add missing include Signed-off-by: Max Kellermann --- diff --git a/src/osd/PrimaryLogPG.cc b/src/osd/PrimaryLogPG.cc index 579fe2b1f97..506722e7c5b 100644 --- a/src/osd/PrimaryLogPG.cc +++ b/src/osd/PrimaryLogPG.cc @@ -27,6 +27,7 @@ #include "cls/cas/cls_cas_ops.h" #include "common/CDC.h" +#include "common/debug.h" #include "common/EventTrace.h" #include "common/ceph_crypto.h" #include "common/config.h"