From: Max Kellermann Date: Tue, 5 Nov 2024 21:14:57 +0000 (+0100) Subject: test/common/test_time: add missing `using ceph::mono_clock` X-Git-Tag: v20.0.0~570^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F60998%2Fhead;p=ceph.git test/common/test_time: add missing `using ceph::mono_clock` Signed-off-by: Max Kellermann --- diff --git a/src/test/common/test_time.cc b/src/test/common/test_time.cc index bc19ba573d1f..80af6fad8050 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;