]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
test/crimson: include seastar/util/later.hh for seastar::now()
authorKefu Chai <kchai@redhat.com>
Wed, 9 Sep 2020 05:24:11 +0000 (13:24 +0800)
committerKefu Chai <kchai@redhat.com>
Wed, 9 Sep 2020 05:27:25 +0000 (13:27 +0800)
seastar::now() is extracted into seastar/util/later.hh in a recent
change in seastar, so update accordingly

Signed-off-by: Kefu Chai <kchai@redhat.com>
src/test/crimson/test_socket.cc

index 2a6df2525c859cb494ef44664daf209758765044..bccfb36526a796505504cb52dd597b22af260002 100644 (file)
@@ -6,6 +6,7 @@
 #include <seastar/core/sharded.hh>
 #include <seastar/core/sleep.hh>
 #include <seastar/core/when_all.hh>
+#include <seastar/util/later.hh>
 
 #include "crimson/common/log.h"
 #include "crimson/net/Errors.h"