From: Adam Emerson Date: Wed, 8 May 2024 21:13:39 +0000 (-0400) Subject: common/cohort_lru: Include needed standard headers X-Git-Tag: v20.3.0~169^2~48 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=157b0aad317d4ac561a612ef9fe16ddbae6fb1cf;p=ceph.git common/cohort_lru: Include needed standard headers So we don't get compilation errors as what other things include shifts around. Signed-off-by: Adam Emerson --- diff --git a/src/common/cohort_lru.h b/src/common/cohort_lru.h index 86ced8d183c71..b192448816b7c 100644 --- a/src/common/cohort_lru.h +++ b/src/common/cohort_lru.h @@ -13,6 +13,12 @@ #ifndef COHORT_LRU_H #define COHORT_LRU_H +#include +#include +#include +#include +#include + #include #include #include