cache: mapcache: Add <string> header

Этот коммит содержится в:
Albert S. 2023-11-27 21:35:52 +01:00
родитель daed17848c
Коммит ff01a00217
1 изменённых файлов: 1 добавлений и 0 удалений

1
cache/mapcache.h поставляемый
Просмотреть файл

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