mirror of
https://github.com/clangen/musikcube.git
synced 2025-01-03 14:38:08 +00:00
commit
ec6a52ff9e
@ -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;
|
||||
};
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user