Merge pull request #479 from ravensiris/master

Add missing header.
This commit is contained in:
casey langen 2021-12-22 10:24:37 -08:00 committed by GitHub
commit ec6a52ff9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,6 +35,7 @@
#include <string>
#include <vector>
#include <mutex>
#include <memory>
#include <ctime>
#include <cstdint>
@ -78,4 +79,4 @@ class LruDiskCache {
size_t maxEntries;
EntryList cached;
std::string root;
};
};