From ff01a0021760431886215b1b4f7dd3c037151ae4 Mon Sep 17 00:00:00 2001 From: "Albert S." Date: Mon, 27 Nov 2023 21:35:52 +0100 Subject: [PATCH] cache: mapcache: Add header --- cache/mapcache.h | 1 + 1 file changed, 1 insertion(+) diff --git a/cache/mapcache.h b/cache/mapcache.h index e1301d8..0cd6089 100644 --- a/cache/mapcache.h +++ b/cache/mapcache.h @@ -4,6 +4,7 @@ #include #include #include +#include /* Thread-Safe Key-Value store */ template class MapCache