summaryrefslogtreecommitdiff
path: root/epgsearch.h
diff options
context:
space:
mode:
Diffstat (limited to 'epgsearch.h')
-rw-r--r--epgsearch.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/epgsearch.h b/epgsearch.h
index 95d7387..c5f81e6 100644
--- a/epgsearch.h
+++ b/epgsearch.h
@@ -1,13 +1,15 @@
#ifndef VDR_LIVE_EPGSEARCH_H
#define VDR_LIVE_EPGSEARCH_H
+// STL headers need to be before VDR tools.h (included by <vdr/channels.h>)
#include <vector>
#include <list>
#include <set>
#include <string>
+#include <algorithm>
+
#include <vdr/channels.h>
#include <vdr/epg.h>
-#include "tools.h"
namespace vdrlive {