]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
osd/PG: add missing include
authorMax Kellermann <max.kellermann@ionos.com>
Sun, 27 Oct 2024 13:14:09 +0000 (14:14 +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/PG.cc

index dd5d48654d74665b1da6d8b36da69ac32e670df7..632ad06f663404030c2ce9e4aff34ee5228de36e 100644 (file)
@@ -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"