summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhorchi <vdr@jwendel.de>2019-12-17 15:28:58 +0100
committerhorchi <vdr@jwendel.de>2019-12-17 15:28:58 +0100
commite18b7882077574c5776a9d8d9dabb2d71de54b29 (patch)
tree6fe5fc85b8d0dd26dc4d2fe081cb231220f38b6a
parent66b3157bbed7e503339071aee8e3256f5e8e1cd4 (diff)
downloadvdr-plugin-epg2vdr-1.1.105.tar.gz
vdr-plugin-epg2vdr-1.1.105.tar.bz2
2019-12-17: version 1.1.105 (horchi)\n - added: Fixed compile with g++ 10 (provided by marco@vdr-developer.org)\n\n1.1.105
-rw-r--r--HISTORY.h7
-rw-r--r--service.h1
2 files changed, 6 insertions, 2 deletions
diff --git a/HISTORY.h b/HISTORY.h
index e871482..775cade 100644
--- a/HISTORY.h
+++ b/HISTORY.h
@@ -5,8 +5,8 @@
*
*/
-#define _VERSION "1.1.104"
-#define VERSION_DATE "15.13.2019"
+#define _VERSION "1.1.105"
+#define VERSION_DATE "17.12.2019"
#define DB_API 7
@@ -19,6 +19,9 @@
/*
* ------------------------------------
+2019-12-17: version 1.1.105 (horchi)
+ - added: Fixed compile with g++ 10 (provided by marco@vdr-developer.org)
+
2019-12-15: version 1.1.104 (horchi)
- added: Added _endtime to table timers
diff --git a/service.h b/service.h
index fcf1c2e..997db99 100644
--- a/service.h
+++ b/service.h
@@ -13,6 +13,7 @@
#include <list>
#include <map>
+#include <string>
//***************************************************************************
// Timer - Skin Interface