]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
rbd_replay: add missing include
authorMax Kellermann <max.kellermann@ionos.com>
Mon, 28 Oct 2024 13:51:52 +0000 (14:51 +0100)
committerMax Kellermann <max.kellermann@ionos.com>
Mon, 17 Feb 2025 07:27:33 +0000 (08:27 +0100)
Signed-off-by: Max Kellermann <max.kellermann@ionos.com>
src/rbd_replay/Replayer.hpp

index ddbd05743f1b108e4a470e543bb4af534c2c8d34..02bca019c71022a195bcddf3fe0db4b3f9f7b546 100644 (file)
@@ -17,6 +17,7 @@
 
 #include <chrono>
 #include <mutex>
+#include <shared_mutex>
 #include <thread>
 #include <condition_variable>
 #include "rbd_replay/ActionTypes.h"