From c3b4f894a18d236547bc571aa193996827f61828 Mon Sep 17 00:00:00 2001 From: too-tired Date: Mon, 21 May 2012 07:55:16 +0000 Subject: [PATCH] Fix compilation with gcc 4.7 git-svn-id: https://dvbcut.svn.sourceforge.net/svnroot/dvbcut/trunk@179 36490176-9c1c-0410-b649-dbf2af5787bf --- ChangeLog | 5 +++++ src/main.cpp | 2 ++ 2 files changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index a926ae9..ceebcfb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2012-05-21 Michael Riepe + + * src/main.cpp: + Fix compilation with gcc 4.7. + 2011-04-29 Michael Riepe * src/playaudio.cpp: diff --git a/src/main.cpp b/src/main.cpp index 7b5528f..79b9c83 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -26,6 +26,8 @@ #include #include +#include + #ifdef HAVE_LIB_AO #include #endif // HAVE_LIB_AO