summaryrefslogtreecommitdiff
path: root/menudetailview.h
diff options
context:
space:
mode:
Diffstat (limited to 'menudetailview.h')
-rw-r--r--menudetailview.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/menudetailview.h b/menudetailview.h
index 90c8d2b..985ceb5 100644
--- a/menudetailview.h
+++ b/menudetailview.h
@@ -1,6 +1,14 @@
#ifndef __NOPACITY_MENUDETAILVIEW_H
#define __NOPACITY_MENUDETAILVIEW_H
+#include <vdr/recording.h>
+#include <vdr/skins.h>
+
+#include <vector>
+#include <string>
+#include "services/tvscraper.h"
+#include "imagecache.h"
+
class cNopacityMenuDetailView : public cThread {
protected:
cOsd *osd;