diff options
Diffstat (limited to 'styledpixmap.h')
-rw-r--r-- | styledpixmap.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/styledpixmap.h b/styledpixmap.h index af09994..ab488e6 100644 --- a/styledpixmap.h +++ b/styledpixmap.h @@ -1,6 +1,11 @@ #ifndef __TVGUIDE_STYLEDPIXMAP_H
#define __TVGUIDE_STYLEDPIXMAP_H
+#include <vdr/osd.h>
+#include <vdr/epg.h>
+#include "timer.h"
+#include "config.h"
+
// --- cStyledPixmap -------------------------------------------------------------
class cStyledPixmap {
|