]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
common/Cond.h: include necessary header
authorKefu Chai <kchai@redhat.com>
Sun, 7 Jul 2019 03:19:26 +0000 (11:19 +0800)
committerKefu Chai <kchai@redhat.com>
Sat, 3 Aug 2019 03:27:19 +0000 (11:27 +0800)
Signed-off-by: Kefu Chai <kchai@redhat.com>
src/common/Cond.h

index 77b3882abb61b4d50bec3a29104127d656a9965a..efcb24166e9cabf7353f042a6820445c2b3f9218 100644 (file)
@@ -17,6 +17,7 @@
 #define CEPH_COND_H
 
 #include "common/Clock.h"
+#include "common/Mutex.h"
 #include "include/Context.h"
 
 class Cond {