From: Kefu Chai Date: Mon, 3 Sep 2018 13:29:34 +0000 (+0800) Subject: mon/MonClient.h: include necessary header X-Git-Tag: v14.0.1~396^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F23930%2Fhead;p=ceph.git mon/MonClient.h: include necessary header MonClient references LockPolicy, so it should include common/lock_policy.h . Signed-off-by: Kefu Chai --- diff --git a/src/mon/MonClient.h b/src/mon/MonClient.h index 70bc4508eb16..fd3339a788e2 100644 --- a/src/mon/MonClient.h +++ b/src/mon/MonClient.h @@ -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"