From dbba44628f4c967f8694b6d20fd45656b47e0c76 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 30 Oct 2024 09:16:51 +0100 Subject: [PATCH] mds/LogSegment: add missing includes Signed-off-by: Max Kellermann --- src/mds/LogSegment.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/mds/LogSegment.h b/src/mds/LogSegment.h index 6e1797de46460..19b22949e98d6 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; -- 2.39.5