From 9d40f4119992e173be04f7964d199a899fcc349a Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Mon, 3 Sep 2018 21:29:34 +0800 Subject: [PATCH] mon/MonClient.h: include necessary header MonClient references LockPolicy, so it should include common/lock_policy.h . Signed-off-by: Kefu Chai --- src/mon/MonClient.h | 1 + 1 file changed, 1 insertion(+) 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" -- 2.47.3