mirror of
https://github.com/clangen/musikcube.git
synced 2024-11-19 20:13:36 +00:00
parent
52ac2c1fc7
commit
f013f1065d
@ -35,6 +35,7 @@
|
|||||||
#include <string>
|
#include <string>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <mutex>
|
#include <mutex>
|
||||||
|
#include <memory>
|
||||||
#include <ctime>
|
#include <ctime>
|
||||||
#include <cstdint>
|
#include <cstdint>
|
||||||
|
|
||||||
@ -78,4 +79,4 @@ class LruDiskCache {
|
|||||||
size_t maxEntries;
|
size_t maxEntries;
|
||||||
EntryList cached;
|
EntryList cached;
|
||||||
std::string root;
|
std::string root;
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user