mirror of
https://github.com/ceph/ceph
synced 2025-02-20 17:37:29 +00:00
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>
This commit is contained in:
parent
24e858ec31
commit
f16ac13c13
@ -9,6 +9,8 @@
|
||||
#include "common/ceph_mutex.h"
|
||||
#include "include/types.h"
|
||||
#include "global/signal_handler.h"
|
||||
#include <atomic>
|
||||
#include <chrono>
|
||||
#include <iostream>
|
||||
#include <boost/accumulators/accumulators.hpp>
|
||||
#include <boost/accumulators/statistics/stats.hpp>
|
||||
|
Loading…
Reference in New Issue
Block a user