cache: mapcache: Add <string> header

Este commit está contenido en:
Albert S. 2023-11-27 21:35:52 +01:00
padre daed17848c
commit ff01a00217
Se han modificado 1 ficheros con 1 adiciones y 0 borrados

1
cache/mapcache.h vendido
Ver fichero

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