]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
common/assert: add missing include
authorMax Kellermann <max.kellermann@ionos.com>
Tue, 12 Aug 2025 15:53:08 +0000 (17:53 +0200)
committerMax Kellermann <max.kellermann@ionos.com>
Thu, 28 Aug 2025 09:21:06 +0000 (11:21 +0200)
Signed-off-by: Max Kellermann <max.kellermann@ionos.com>
src/common/assert.cc

index 2cd5cadd86df29c52902f611949aae3fe338cf32..478b9b615609db5957523fa08391383e0632face 100644 (file)
@@ -18,6 +18,7 @@
 
 #include "include/compat.h"
 #include "include/str_list.h"
+#include "include/types.h" // for operator<<(std::list)
 #include "common/BackTrace.h"
 #include "common/Clock.h" // for ceph_clock_now()
 #include "common/debug.h"