]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mon/MonMap: include common/Clock.h
authorKefu Chai <kchai@redhat.com>
Tue, 20 Nov 2018 11:26:33 +0000 (19:26 +0800)
committerKefu Chai <kchai@redhat.com>
Wed, 21 Nov 2018 08:13:30 +0000 (16:13 +0800)
for using ceph_clock_now()

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/mon/MonMap.cc

index 006d2d49c5690ef11f49336bcefea08001e8007e..1ece5fd9df4f535a11c48ead1919ebcfcbaf24a5 100644 (file)
@@ -21,8 +21,8 @@
 #include "common/ceph_argparse.h"
 #include "common/dns_resolve.h"
 #include "common/errno.h"
-
 #include "common/dout.h"
+#include "common/Clock.h"
 
 using ceph::Formatter;