cache: mapcache: Add <string> header

このコミットが含まれているのは:
Albert S. 2023-11-27 21:35:52 +01:00
コミット 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