From: Max Kellermann Date: Fri, 25 Oct 2024 16:23:09 +0000 (+0200) Subject: mds/cephfs_features: include cleanup X-Git-Tag: v20.0.0~25^2~4 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=f5b2171e8bf1619ab28008875c8dc1e1125f8f3c;p=ceph.git mds/cephfs_features: include cleanup Signed-off-by: Max Kellermann --- diff --git a/src/mds/MDSMap.cc b/src/mds/MDSMap.cc index 3368146f69f6..1ca27331ef1b 100644 --- a/src/mds/MDSMap.cc +++ b/src/mds/MDSMap.cc @@ -19,6 +19,7 @@ #include "common/debug.h" #include "common/Formatter.h" +#include "common/StackStringStream.h" #include "mon/health_check.h" using std::dec; diff --git a/src/mds/cephfs_features.cc b/src/mds/cephfs_features.cc index a0336c8ba586..a5ad35785c95 100644 --- a/src/mds/cephfs_features.cc +++ b/src/mds/cephfs_features.cc @@ -1,12 +1,14 @@ // -*- mode:C++; tab-width:8; c-basic-offset:2; indent-tabs-mode:t -*- // vim: ts=8 sw=2 smarttab -#include #include "cephfs_features.h" #include "mdstypes.h" +#include "common/StackStringStream.h" #include +#include + static const std::array feature_names { "reserved", diff --git a/src/mds/cephfs_features.h b/src/mds/cephfs_features.h index b90377779e1c..cf23856d9c04 100644 --- a/src/mds/cephfs_features.h +++ b/src/mds/cephfs_features.h @@ -17,6 +17,8 @@ #include "include/cephfs/metrics/Types.h" +#include + class feature_bitset_t; namespace ceph { class Formatter;