]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr/TTLCache: add missing include
authorMax Kellermann <max.kellermann@ionos.com>
Sun, 3 Nov 2024 09:26:48 +0000 (10:26 +0100)
committerMax Kellermann <max.kellermann@ionos.com>
Fri, 7 Feb 2025 16:23:52 +0000 (17:23 +0100)
Signed-off-by: Max Kellermann <max.kellermann@ionos.com>
src/mgr/TTLCache.h

index d29b787bbf6956372bd2ce9b60ac0a028023deba..a6ce6f75eb9e427fbd7c33652fd49cb7d80b2656 100644 (file)
@@ -5,6 +5,7 @@
 #include <functional>
 #include <map>
 #include <memory>
+#include <sstream>
 #include <string>
 #include <vector>