]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
rbd/bench: include used headers 39073/head
authorKefu Chai <kchai@redhat.com>
Tue, 26 Jan 2021 08:08:43 +0000 (16:08 +0800)
committerKefu Chai <kchai@redhat.com>
Tue, 26 Jan 2021 08:09:28 +0000 (16:09 +0800)
commitf16ac13c13eceed7adb5a4a04a3372b921e63031
treec08dc7bf0339853b24d4b6089d859846aada8cfd
parent24e858ec31d5962b5ed51b93ff782de52350d22c
rbd/bench: include used headers

should help with fixing following failure:

src/tools/rbd/action/Bench.cc:20:26: error: aggregate 'std::atomic<bool>
terminating' has incomplete type and cannot be defined

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/tools/rbd/action/Bench.cc