cache: mapcache: Add <string> header

This commit is contained in:
Albert S. 2023-11-27 21:35:52 +01:00
부모 daed17848c
커밋 ff01a00217
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제

1
cache/mapcache.h vendored
파일 보기

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