diff options
Diffstat (limited to 'grid.h')
-rw-r--r-- | grid.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,6 +1,11 @@ #ifndef __TVGUIDE_GRID_H
#define __TVGUIDE_GRID_H
+#include <vdr/tools.h>
+#include "styledpixmap.h"
+
+class cChannelColumn;
+
// --- cEpgGrid -------------------------------------------------------------
class cGrid : public cListObject, public cStyledPixmap {
|