]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
crimson/thread: include reactor.hh to avoid linking error. 27873/head
authorRadoslaw Zarzynski <rzarzyns@redhat.com>
Tue, 7 May 2019 14:03:37 +0000 (16:03 +0200)
committerRadoslaw Zarzynski <rzarzyns@redhat.com>
Wed, 8 May 2019 05:44:11 +0000 (07:44 +0200)
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
src/crimson/thread/Throttle.h

index c2342171baacebbd9c705aa0a1d1c75696327992..51f4589ea5083cf52e5057d6c0112eae9b2318ee 100644 (file)
@@ -4,6 +4,9 @@
 #pragma once
 
 #include <seastar/core/condition-variable.hh>
+// pull seastar::timer<...>::timer definitions. FIX SEASTAR or reactor.hh
+// is obligatory and should be included everywhere?
+#include <seastar/core/reactor.hh>
 
 #include "common/ThrottleInterface.h"