From: Radoslaw Zarzynski Date: Tue, 7 May 2019 14:03:37 +0000 (+0200) Subject: crimson/thread: include reactor.hh to avoid linking error. X-Git-Tag: v15.1.0~2730^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F27873%2Fhead;p=ceph.git crimson/thread: include reactor.hh to avoid linking error. Signed-off-by: Radoslaw Zarzynski --- diff --git a/src/crimson/thread/Throttle.h b/src/crimson/thread/Throttle.h index c2342171baac..51f4589ea508 100644 --- a/src/crimson/thread/Throttle.h +++ b/src/crimson/thread/Throttle.h @@ -4,6 +4,9 @@ #pragma once #include +// pull seastar::timer<...>::timer definitions. FIX SEASTAR or reactor.hh +// is obligatory and should be included everywhere? +#include #include "common/ThrottleInterface.h"