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-Tag: 2.6.0~205^2~6^2~1 X-Git-Url: https://git.cweiske.de/enigma2.git/commitdiff_plain/65efcb9d542de70854e33520ddd0d9838632a0e6 include cstdio to fix build with gcc 4.4 --- diff --git a/lib/base/encoding.cpp b/lib/base/encoding.cpp index 6a997cf1..831de847 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 e444ba90..d7f2a655 100644 --- a/lib/base/rawfile.cpp +++ b/lib/base/rawfile.cpp @@ -1,3 +1,4 @@ +#include #include #include #include