diff options
-rw-r--r-- | epg_events.cpp | 1 | ||||
-rw-r--r-- | filecache.h | 1 | ||||
-rw-r--r-- | recman.cpp | 1 | ||||
-rw-r--r-- | setup.h | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/epg_events.cpp b/epg_events.cpp index 2302827..7d22cdf 100644 --- a/epg_events.cpp +++ b/epg_events.cpp @@ -1,5 +1,6 @@ #include <time.h> #include <glob.h> +#include <algorithm> #include "tools.h" #include "recman.h" diff --git a/filecache.h b/filecache.h index eaf9739..6833193 100644 --- a/filecache.h +++ b/filecache.h @@ -1,6 +1,7 @@ #ifndef VDR_LIVE_FILECACHE_H #define VDR_LIVE_FILECACHE_H +#include <limits> #include <numeric> #include <string> #include <vector> @@ -4,6 +4,7 @@ #include <sstream> #include <fstream> #include <stack> +#include <algorithm> #include "stdext.h" #include "tools.h" @@ -2,6 +2,7 @@ #define VDR_LIVE_SETUP_H #include <list> +#include <limits> #include <numeric> #include <string> #include "live.h" |