summaryrefslogtreecommitdiff
path: root/recman.h
diff options
context:
space:
mode:
Diffstat (limited to 'recman.h')
-rw-r--r--recman.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/recman.h b/recman.h
index 0ff60f7..32981ae 100644
--- a/recman.h
+++ b/recman.h
@@ -1,12 +1,15 @@
#ifndef VDR_LIVE_RECORDINGS_H
#define VDR_LIVE_RECORDINGS_H
-#include <ctime>
+#include "stdext.h"
+
+// STL headers need to be before VDR tools.h (included by <vdr/recording.h>)
#include <map>
+#include <string>
#include <vector>
#include <list>
+
#include <vdr/recording.h>
-#include "stdext.h"
namespace vdrlive {