From 0ca34da5225fc8d57420485497b76da5be132bf2 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 aa6edbc18b808..304b5c2291879 100644 --- a/src/tools/rbd/action/Bench.cc +++ b/src/tools/rbd/action/Bench.cc @@ -9,6 +9,8 @@ #include "common/ceph_mutex.h" #include "include/types.h" #include "global/signal_handler.h" +#include +#include #include #include #include -- 2.39.5