From 15e09a981f82d02bd09104e87c7710e10196e581 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Mon, 28 Oct 2024 14:51:52 +0100 Subject: [PATCH] rbd_replay: add missing include Signed-off-by: Max Kellermann --- src/rbd_replay/Replayer.hpp | 1 + 1 file changed, 1 insertion(+) 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" -- 2.39.5