]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
crimson/mgr: include necessary header
authorKefu Chai <kchai@redhat.com>
Thu, 12 Mar 2020 15:02:20 +0000 (23:02 +0800)
committerKefu Chai <kchai@redhat.com>
Fri, 13 Mar 2020 02:10:49 +0000 (10:10 +0800)
Signed-off-by: Kefu Chai <kchai@redhat.com>
src/crimson/mgr/client.cc

index 18c60e7eb4062d4ec41f784a0ac2bb33e2f78adb..bd40d16e709bd6b9d09925537e474a1adc757f3e 100644 (file)
@@ -3,6 +3,8 @@
 
 #include "client.h"
 
+#include <seastar/core/sleep.hh>
+
 #include "crimson/common/log.h"
 #include "crimson/net/Connection.h"
 #include "crimson/net/Messenger.h"