From f4ac81502a1f0049953719ca90fabeafb2bd9bcc Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Sun, 7 Jul 2019 11:19:26 +0800 Subject: [PATCH] common/Cond.h: include necessary header Signed-off-by: Kefu Chai --- src/common/Cond.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/common/Cond.h b/src/common/Cond.h index 77b3882abb6..efcb24166e9 100644 --- a/src/common/Cond.h +++ b/src/common/Cond.h @@ -17,6 +17,7 @@ #define CEPH_COND_H #include "common/Clock.h" +#include "common/Mutex.h" #include "include/Context.h" class Cond { -- 2.39.5