From: Max Kellermann Date: Thu, 14 Aug 2025 18:38:32 +0000 (+0200) Subject: mds/SnapClient: add missing include X-Git-Tag: v21.0.0~50^2~93^2~6 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=61d1098f21fd527f94f73d93fcb84f06934fc42d;p=ceph.git mds/SnapClient: add missing include Signed-off-by: Max Kellermann --- diff --git a/src/mds/SnapClient.h b/src/mds/SnapClient.h index 2baa58e1af0d..7e891dbc1a17 100644 --- a/src/mds/SnapClient.h +++ b/src/mds/SnapClient.h @@ -21,6 +21,7 @@ #include #include "MDSTableClient.h" +#include "mds_table_types.h" // for TABLE_SNAP #include "snap.h" class MDSContext;