From: Max Kellermann Date: Mon, 28 Oct 2024 13:51:52 +0000 (+0100) Subject: rbd_replay: add missing include X-Git-Tag: testing/wip-pdonnell-testing-20250218.200041-debug~16^2~1 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=15e09a981f82d02bd09104e87c7710e10196e581;p=ceph-ci.git rbd_replay: add missing include Signed-off-by: Max Kellermann --- diff --git a/src/rbd_replay/Replayer.hpp b/src/rbd_replay/Replayer.hpp index ddbd05743f1..02bca019c71 100644 --- a/src/rbd_replay/Replayer.hpp +++ b/src/rbd_replay/Replayer.hpp @@ -17,6 +17,7 @@ #include #include +#include #include #include #include "rbd_replay/ActionTypes.h"