summaryrefslogtreecommitdiff
path: root/services/tvscraper.h
diff options
context:
space:
mode:
authorlouis <louis.braun@gmx.de>2013-12-07 15:51:50 +0100
committerlouis <louis.braun@gmx.de>2013-12-07 15:51:50 +0100
commit8aa2c81d3165a0517115337362f1203ea4bdd899 (patch)
treebe99c5202efc0758f166f9168e1e0846308e3f49 /services/tvscraper.h
parent9eabdcd20960924b690d6820691c6159618d18e7 (diff)
downloadvdr-plugin-tvguide-8aa2c81d3165a0517115337362f1203ea4bdd899.tar.gz
vdr-plugin-tvguide-8aa2c81d3165a0517115337362f1203ea4bdd899.tar.bz2
changed build system
Diffstat (limited to 'services/tvscraper.h')
-rw-r--r--services/tvscraper.h11
1 files changed, 10 insertions, 1 deletions
diff --git a/services/tvscraper.h b/services/tvscraper.h
index fc278ad..9ebb84b 100644
--- a/services/tvscraper.h
+++ b/services/tvscraper.h
@@ -1,3 +1,10 @@
+#ifndef __TVGUIDE_TVSCRAPER_H
+#define __TVGUIDE_TVSCRAPER_H
+
+#include <string>
+#include <vector>
+#include <vdr/epg.h>
+
enum tvMediaType {
typeSeries,
typeMovie,
@@ -53,4 +60,6 @@ struct TVScraperGetFullInformation
std::vector<tvMedia> fanart;
std::vector<tvActor> actors;
std::string description;
-}; \ No newline at end of file
+};
+
+#endif //__TVGUIDE_TVSCRAPER_H \ No newline at end of file