summaryrefslogtreecommitdiff
path: root/tasks.h
diff options
context:
space:
mode:
Diffstat (limited to 'tasks.h')
-rw-r--r--tasks.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tasks.h b/tasks.h
index 787be96..af6dedd 100644
--- a/tasks.h
+++ b/tasks.h
@@ -1,9 +1,10 @@
#ifndef VDR_LIVE_TASKS_H
#define VDR_LIVE_TASKS_H
-#include <memory>
+// STL headers need to be before VDR tools.h (included by <vdr/channels.h>)
#include <string>
#include <vector>
+
#include <vdr/channels.h>
#include <vdr/thread.h>