mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-19 23:51:58 +01:00
15 lines
455 B
Diff
15 lines
455 B
Diff
Taken from Arch Linux
|
|
upstream MR https://github.com/ceph/ceph/commit/f16ac13c13eceed7adb5a4a04a3372b921e63031
|
|
|
|
--- 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 <atomic>
|
|
+#include <chrono>
|
|
#include <iostream>
|
|
#include <boost/accumulators/accumulators.hpp>
|
|
#include <boost/accumulators/statistics/stats.hpp>
|