Skip to content

Commit 7f3ea86

Browse files
committed
os/kstore: add missing include
Signed-off-by: Max Kellermann <max.kellermann@ionos.com>
1 parent bbcd13b commit 7f3ea86

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/os/kstore/KStore.cc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@
3333
#include "common/Formatter.h"
3434
#include "common/pretty_binary.h"
3535

36+
#include <shared_mutex> // for std::shared_lock
37+
3638
#define dout_context cct
3739
#define dout_subsys ceph_subsys_kstore
3840

0 commit comments

Comments
 (0)