Skip to content

Commit ab04bdb

Browse files
committed
mds/Server: add missing includes
Signed-off-by: Max Kellermann <[email protected]>
1 parent b24085f commit ab04bdb

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/mds/Server.h

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,23 +15,26 @@
1515
#ifndef CEPH_MDS_SERVER_H
1616
#define CEPH_MDS_SERVER_H
1717

18+
#include "Mutation.h"
1819
#include "mds/mdstypes.h" // for xattr_map
1920

2021
#include <common/DecayCounter.h>
2122
#include "common/ref.h" // for cref_t
2223

2324
#include "include/common_fwd.h"
2425
#include "include/Context.h" // for C_GatherBase
26+
#include "include/mempool.h"
2527

2628
#include "CInode.h"
27-
#include "Mutation.h"
2829

2930
#ifdef WITH_CRIMSON
3031
#include "crimson/common/perf_counters_collection.h"
3132
#else
3233
#include "common/perf_counters_collection.h"
3334
#endif
3435

36+
#include <boost/intrusive_ptr.hpp>
37+
3538
#include <map>
3639
#include <memory>
3740
#include <set>
@@ -63,6 +66,7 @@ class MClientReclaim;
6366
class MClientReclaimReply;
6467
class MLock;
6568
class MMDSPeerRequest;
69+
class filepath;
6670

6771
enum {
6872
l_mdss_first = 1000,

0 commit comments

Comments
 (0)