From e18b7882077574c5776a9d8d9dabb2d71de54b29 Mon Sep 17 00:00:00 2001 From: horchi Date: Tue, 17 Dec 2019 15:28:58 +0100 Subject: 2019-12-17: version 1.1.105 (horchi)\n - added: Fixed compile with g++ 10 (provided by marco@vdr-developer.org)\n\n --- HISTORY.h | 7 +++++-- service.h | 1 + 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 #include +#include //*************************************************************************** // Timer - Skin Interface -- cgit v1.2.3