]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mon/MonClient.h: include necessary header 23930/head
authorKefu Chai <kchai@redhat.com>
Mon, 3 Sep 2018 13:29:34 +0000 (21:29 +0800)
committerKefu Chai <kchai@redhat.com>
Wed, 5 Sep 2018 07:53:31 +0000 (15:53 +0800)
MonClient references LockPolicy, so it should include
common/lock_policy.h .

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

index 70bc4508eb164b02e7a56dd024ef1b90c1bc074d..fd3339a788e2276322cc54eef0ac8a1d80fc444a 100644 (file)
@@ -21,6 +21,7 @@
 #include "MonMap.h"
 #include "MonSub.h"
 
+#include "common/lock_policy.h"
 #include "common/Timer.h"
 #include "common/Finisher.h"
 #include "common/config.h"