diff options
Diffstat (limited to 'epggrid.h')
-rw-r--r-- | epggrid.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,6 +1,9 @@ #ifndef __TVGUIDE_EPGGRID_H
#define __TVGUIDE_EPGGRID_H
+#include <vdr/epg.h>
+#include "grid.h"
+
// --- cEpgGrid -------------------------------------------------------------
class cEpgGrid : public cGrid {
|