From 5983cb7716af3c209c1b38d40b1f3c9db2dfa9ec Mon Sep 17 00:00:00 2001 From: rkhudov Date: Mon, 8 Jul 2024 19:38:04 +0100 Subject: [PATCH] src/test/objectstore/allocism/ops_replayer.cc: fix rados import src/test/objectstore/allocism/ops_replayer.cc: fix rados import Signed-off-by: rkhudov --- src/test/objectstore/allocsim/ops_replayer.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/test/objectstore/allocsim/ops_replayer.cc b/src/test/objectstore/allocsim/ops_replayer.cc index cafffa1ee0e..3cd92113b3a 100644 --- a/src/test/objectstore/allocsim/ops_replayer.cc +++ b/src/test/objectstore/allocsim/ops_replayer.cc @@ -10,8 +10,8 @@ #include #include #include -#include -#include +#include "include/rados/buffer_fwd.h" +#include "include/rados/librados.hpp" #include #include #include -- 2.39.5