]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
crimson/net/SocketMessenger: include sleep.hh 43180/head
authorSamuel Just <sjust@redhat.com>
Thu, 16 Sep 2021 02:31:52 +0000 (02:31 +0000)
committerSamuel Just <sjust@redhat.com>
Thu, 16 Sep 2021 02:39:04 +0000 (19:39 -0700)
4a00a145 added a call to seastar::sleep.

Fixes: https://tracker.ceph.com/issues/52630
Signed-off-by: Samuel Just <sjust@redhat.com>
src/crimson/net/SocketMessenger.cc

index e83f2473ebd134f6d742461762afc5124438ed94..6a339fb981dfd01a404a44914fe7521e47848924 100644 (file)
@@ -14,6 +14,8 @@
 
 #include "SocketMessenger.h"
 
+#include <seastar/core/sleep.hh>
+
 #include <tuple>
 #include <boost/functional/hash.hpp>