From c1b8337f0f14aac58cc3fa6db37c438c12e8d766 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 27 Oct 2024 14:21:45 +0100 Subject: [PATCH] osd/PrimaryLogPG: add missing include Signed-off-by: Max Kellermann --- src/osd/PrimaryLogPG.cc | 1 + 1 file changed, 1 insertion(+) 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" -- 2.39.5