]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
osd/OSDMapMapping: add missing include
authorMax Kellermann <max.kellermann@ionos.com>
Wed, 13 Nov 2024 14:06:17 +0000 (15:06 +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/OSDMapMapping.cc

index bc53bddecde4ecae72b37eacc65fc6e8d5242ca2..81a7d9ee992d4428f4b4ac7c2a49d51d3a197bd9 100644 (file)
@@ -7,6 +7,7 @@
 #define dout_subsys ceph_subsys_mon
 
 #include "common/debug.h"
+#include "crush/crush.h" // for CRUSH_ITEM_NONE
 
 using std::vector;