mirror of
https://github.com/ceph/ceph
synced 2025-01-10 13:10:46 +00:00
crimson/thread: include reactor.hh to avoid linking error.
Signed-off-by: Radoslaw Zarzynski <rzarzyns@redhat.com>
This commit is contained in:
parent
ee7db95b1a
commit
e609d1fa66
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user