summaryrefslogtreecommitdiff
path: root/dish.h
diff options
context:
space:
mode:
Diffstat (limited to 'dish.h')
-rw-r--r--dish.h8
1 files changed, 6 insertions, 2 deletions
diff --git a/dish.h b/dish.h
index 7510c67..e6a5b9b 100644
--- a/dish.h
+++ b/dish.h
@@ -10,6 +10,10 @@
#ifndef LIBSI_DISH_H
#define LIBSI_DISH_H
+#include <string>
+#include <libsi/util.h>
+#include <libsi/descriptor.h>
+
namespace SI
{
@@ -267,8 +271,8 @@ protected:
string *shortText; // usually the episode name
string *description; // description of the event
unsigned char *decompressed;
- uchar DishTheme;
- uchar DishCategory;
+ unsigned char DishTheme;
+ unsigned char DishCategory;
uint16_t mpaaRating;
uint16_t starRating;