From: Max Kellermann Date: Mon, 8 Sep 2025 07:03:29 +0000 (+0200) Subject: include/Context: add missing include X-Git-Tag: v21.0.0~40^2~5 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=80c176610daaaacbfac8cc9de07825ebe2155771;p=ceph.git include/Context: add missing include Signed-off-by: Max Kellermann --- diff --git a/src/include/Context.h b/src/include/Context.h index 097c1dc051a..b8cc92d0d78 100644 --- a/src/include/Context.h +++ b/src/include/Context.h @@ -35,6 +35,10 @@ #include "include/ceph_assert.h" #include "common/ceph_mutex.h" +#ifdef DEBUG_GATHER +#include "include/types.h" // for operator<<(std::set) +#endif + #define mydout(cct, v) lgeneric_subdout(cct, context, v) /*