summaryrefslogtreecommitdiff
path: root/displayreplay.h
diff options
context:
space:
mode:
Diffstat (limited to 'displayreplay.h')
-rw-r--r--displayreplay.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/displayreplay.h b/displayreplay.h
index 3563506..99ee022 100644
--- a/displayreplay.h
+++ b/displayreplay.h
@@ -1,6 +1,10 @@
#ifndef __NOPACITY_DISPLAYREPLAY_H
#define __NOPACITY_DISPLAYREPLAY_H
+#include <vdr/skins.h>
+#include <vdr/thread.h>
+#include "imagecache.h"
+
class cNopacityDisplayReplay : public cSkinDisplayReplay , cThread{
private:
cOsd *osd;
@@ -47,5 +51,5 @@ public:
virtual void SetMessage(eMessageType Type, const char *Text);
virtual void Flush(void);
};
-
+
#endif //__NOPACITY_DISPLAYREPLAY_H \ No newline at end of file