From 9a09da5ced293280378597c752d7fbc2b2f77335 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Thu, 14 Feb 2019 17:26:19 +0800 Subject: [PATCH] mon/PGMap: add more #include * common/Clock.h for ceph_clock_now() * global/global_context.h for g_conf() Signed-off-by: Kefu Chai --- src/mon/PGMap.cc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/mon/PGMap.cc b/src/mon/PGMap.cc index 1ea4b2120be31..7d915bd9f779f 100644 --- a/src/mon/PGMap.cc +++ b/src/mon/PGMap.cc @@ -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" -- 2.39.5