1
0
Derivar 0

cache: mapcache: Add <string> header

Este cometimento está contido em:
Albert S. 2023-11-27 21:35:52 +01:00
ascendente daed17848c
cometimento ff01a00217
1 ficheiros modificados com 1 adições e 0 eliminações

1
cache/mapcache.h externo
Ver ficheiro

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