Add missing header.

Fixes #476
This commit is contained in:
Maksymilian Jodłowski 2021-12-22 08:45:46 +01:00
parent 52ac2c1fc7
commit f013f1065d
No known key found for this signature in database
GPG Key ID: 3BEB1D9A4F1B1E4B

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;
};
};