From: Max Kellermann Date: Fri, 5 Sep 2025 08:14:57 +0000 (+0200) Subject: tools/cephfs/DataScan: add missing include X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=f8f581d8995355a37bd6016650ab6d290bbcecc8;p=ceph.git tools/cephfs/DataScan: add missing include Signed-off-by: Max Kellermann --- diff --git a/src/tools/cephfs/DataScan.cc b/src/tools/cephfs/DataScan.cc index bf710d6f35c..c851f676d52 100644 --- a/src/tools/cephfs/DataScan.cc +++ b/src/tools/cephfs/DataScan.cc @@ -26,6 +26,7 @@ #include "mds/CInode.h" #include "mds/CDentry.h" #include "mds/InoTable.h" +#include "mds/snap.h" // for struct sr_t #include "mds/SnapServer.h" #include "cls/cephfs/cls_cephfs_client.h"