From 082ff952b697b12f10dbc3a9c0ffe737f519af65 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 5 Nov 2024 22:14:57 +0100 Subject: [PATCH] test/common/test_time: add missing `using ceph::mono_clock` Signed-off-by: Max Kellermann --- src/test/common/test_time.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/test/common/test_time.cc b/src/test/common/test_time.cc index bc19ba573d1fc..80af6fad80502 100644 --- a/src/test/common/test_time.cc +++ b/src/test/common/test_time.cc @@ -28,6 +28,8 @@ using ceph::real_time; using ceph::real_clock; using ceph::real_time; +using ceph::mono_clock; + using ceph::coarse_real_clock; using ceph::coarse_mono_clock; -- 2.39.5