cache: mapcache: Add <string> header

此提交包含在:
2023-11-27 21:35:52 +01:00
父節點 daed17848c
當前提交 ff01a00217

1
cache/mapcache.h 已供應
查看文件

@ -4,6 +4,7 @@
#include <set> #include <set>
#include <shared_mutex> #include <shared_mutex>
#include <optional> #include <optional>
#include <string>
/* Thread-Safe Key-Value store */ /* Thread-Safe Key-Value store */
template <class T> class MapCache template <class T> class MapCache