]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mon/PGMap: add more #include 26420/head
authorKefu Chai <kchai@redhat.com>
Thu, 14 Feb 2019 09:26:19 +0000 (17:26 +0800)
committerKefu Chai <kchai@redhat.com>
Thu, 14 Feb 2019 09:30:19 +0000 (17:30 +0800)
* common/Clock.h for ceph_clock_now()
* global/global_context.h for g_conf()

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

index 1ea4b2120be31cd476aa4f691dbf30b71d3d187e..7d915bd9f779ff124f19d7f5f0d6c6997dd22e6b 100644 (file)
@@ -7,7 +7,9 @@
 
 #define dout_subsys ceph_subsys_mon
 #include "common/debug.h"
+#include "common/Clock.h"
 #include "common/Formatter.h"
+#include "global/global_context.h"
 #include "include/ceph_features.h"
 #include "include/stringify.h"