From 8b087225c5fb0baefcb4a762e200ace3b5ab4643 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 12 Aug 2025 17:53:08 +0200 Subject: [PATCH] common/assert: add missing include Signed-off-by: Max Kellermann --- src/common/assert.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/assert.cc b/src/common/assert.cc index 2cd5cadd86d..478b9b61560 100644 --- a/src/common/assert.cc +++ b/src/common/assert.cc @@ -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" -- 2.39.5