summaryrefslogtreecommitdiff
path: root/textwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'textwindow.h')
-rw-r--r--textwindow.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/textwindow.h b/textwindow.h
index 2be9142..b870a48 100644
--- a/textwindow.h
+++ b/textwindow.h
@@ -1,5 +1,10 @@
#ifndef __NOPACITY_TEXTWINDOW_H
#define __NOPACITY_TEXTWINDOW_H
+
+#include <vdr/skins.h>
+#include <vdr/thread.h>
+#include "services/tvscraper.h"
+
class cNopacityTextWindow : public cThread {
private:
cOsd *osd;