From 8fe67cc6a737f26f16f20d42f110490a6c42f9ea Mon Sep 17 00:00:00 2001 From: etobi Date: Tue, 3 Nov 2009 19:11:45 +0100 Subject: Fixed gcc-4.4 issue --- HISTORY | 5 ++++- src/Rfc822DateTime.cc | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/HISTORY b/HISTORY index c461e36..9a1da92 100644 --- a/HISTORY +++ b/HISTORY @@ -1,6 +1,9 @@ VDR Plug-in 'vodcatcher' Revision History ----------------------------------------- +2009-10-03: Version 0.2.2 + - Fixed gcc-4.4 issue + 2008-08-10: Version 0.2.1 - Update of the Italian translation by Diego Pierotto - Updated README @@ -22,4 +25,4 @@ VDR Plug-in 'vodcatcher' Revision History if Curl will output some verbose messages to stderr/stdout. 2007-11-25: Version 0.1.0 - * Initial Release + - Initial Release diff --git a/src/Rfc822DateTime.cc b/src/Rfc822DateTime.cc index 8b7e2a0..04592db 100644 --- a/src/Rfc822DateTime.cc +++ b/src/Rfc822DateTime.cc @@ -22,6 +22,7 @@ #include "Rfc822DateTime.h" #include +#include using namespace std; -- cgit v1.2.3