From e609d1fa6626f6f271552b7b7a6c69712f9e5a8b Mon Sep 17 00:00:00 2001 From: Radoslaw Zarzynski Date: Tue, 7 May 2019 16:03:37 +0200 Subject: [PATCH] crimson/thread: include reactor.hh to avoid linking error. Signed-off-by: Radoslaw Zarzynski --- src/crimson/thread/Throttle.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/crimson/thread/Throttle.h b/src/crimson/thread/Throttle.h index c2342171baa..51f4589ea50 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" -- 2.39.5