summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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