]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
osd/PrimaryLogPG: add missing include
authorMax Kellermann <max.kellermann@ionos.com>
Sun, 27 Oct 2024 13:21:45 +0000 (14:21 +0100)
committerMax Kellermann <max.kellermann@ionos.com>
Sun, 30 Mar 2025 21:00:10 +0000 (23:00 +0200)
Signed-off-by: Max Kellermann <max.kellermann@ionos.com>
src/osd/PrimaryLogPG.cc

index 579fe2b1f97fda889e3749dd2335348c463f5438..506722e7c5b229d05e4ff5f10c0fb5f600de4ba3 100644 (file)
@@ -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"