diff options
Diffstat (limited to 'filecache.h')
-rw-r--r-- | filecache.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/filecache.h b/filecache.h index 6833193..25679c0 100644 --- a/filecache.h +++ b/filecache.h @@ -1,13 +1,15 @@ #ifndef VDR_LIVE_FILECACHE_H #define VDR_LIVE_FILECACHE_H +#include "cache.h" + +// STL headers need to be before VDR tools.h (included by <vdr/tools.h>) #include <limits> -#include <numeric> #include <string> +#include <ctime> #include <vector> + #include <vdr/thread.h> -#include <vdr/tools.h> -#include "cache.h" namespace vdrlive { |