From: Max Kellermann Date: Wed, 30 Oct 2024 08:16:51 +0000 (+0100) Subject: mds/LogSegment: add missing includes X-Git-Tag: v20.0.0~25^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=dbba44628f4c967f8694b6d20fd45656b47e0c76;p=ceph.git mds/LogSegment: add missing includes Signed-off-by: Max Kellermann --- diff --git a/src/mds/LogSegment.h b/src/mds/LogSegment.h index 6e1797de4646..19b22949e98d 100644 --- a/src/mds/LogSegment.h +++ b/src/mds/LogSegment.h @@ -26,6 +26,12 @@ #include +#include +#include +#include +#include +#include + class CDir; class CInode; class CDentry;