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