From 50c1612fdf17ffc0aad14588ce3e0c87144c2cb5 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sun, 3 Nov 2024 10:26:48 +0100 Subject: [PATCH] mgr/TTLCache: add missing include Signed-off-by: Max Kellermann --- src/mgr/TTLCache.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mgr/TTLCache.h b/src/mgr/TTLCache.h index d29b787bbf695..a6ce6f75eb9e4 100644 --- a/src/mgr/TTLCache.h +++ b/src/mgr/TTLCache.h @@ -5,6 +5,7 @@ #include #include #include +#include #include #include -- 2.39.5