From: Andreas Oberritter Date: Sun, 12 Jul 2009 17:00:14 +0000 (+0200) Subject: include cstdio to fix build with gcc 4.4 X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=commitdiff_plain;h=65efcb9d542de70854e33520ddd0d9838632a0e6 include cstdio to fix build with gcc 4.4 --- diff --git a/lib/base/encoding.cpp b/lib/base/encoding.cpp index 6a997cf..831de84 100644 --- a/lib/base/encoding.cpp +++ b/lib/base/encoding.cpp @@ -1,3 +1,4 @@ +#include #include #include #include diff --git a/lib/base/rawfile.cpp b/lib/base/rawfile.cpp index e444ba9..d7f2a65 100644 --- a/lib/base/rawfile.cpp +++ b/lib/base/rawfile.cpp @@ -1,3 +1,4 @@ +#include #include #include #include