Skip to content

Commit

Permalink
mon/PGMap: add more #include
Browse files Browse the repository at this point in the history
* common/Clock.h for ceph_clock_now()
* global/global_context.h for g_conf()

Signed-off-by: Kefu Chai <[email protected]>
  • Loading branch information
tchaikov committed Feb 14, 2019
1 parent f026684 commit 9a09da5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/mon/PGMap.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 9a09da5

Please sign in to comment.