From 615d9a47a91a713204c3ccad68d7d8208ee837ba Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Tue, 26 Jan 2021 16:08:43 +0800 Subject: [PATCH] rbd/bench: include used headers should help with fixing following failure: src/tools/rbd/action/Bench.cc:20:26: error: aggregate 'std::atomic terminating' has incomplete type and cannot be defined Signed-off-by: Kefu Chai (cherry picked from commit f16ac13c13eceed7adb5a4a04a3372b921e63031) --- src/tools/rbd/action/Bench.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/tools/rbd/action/Bench.cc b/src/tools/rbd/action/Bench.cc index d96380782a9aa..27843c7bb579f 100644 --- a/src/tools/rbd/action/Bench.cc +++ b/src/tools/rbd/action/Bench.cc @@ -9,6 +9,8 @@ #include "common/Cond.h" #include "common/Mutex.h" #include "global/signal_handler.h" +#include +#include #include #include #include -- 2.39.5