From: Kefu Chai Date: Tue, 26 Jan 2021 08:08:43 +0000 (+0800) Subject: rbd/bench: include used headers X-Git-Tag: v14.2.17~64^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F39123%2Fhead;p=ceph.git 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) --- diff --git a/src/tools/rbd/action/Bench.cc b/src/tools/rbd/action/Bench.cc index d96380782a9a..27843c7bb579 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