From 65efcb9d542de70854e33520ddd0d9838632a0e6 Mon Sep 17 00:00:00 2001 From: Andreas Oberritter Date: Sun, 12 Jul 2009 19:00:14 +0200 Subject: [PATCH] include cstdio to fix build with gcc 4.4 --- lib/base/encoding.cpp | 1 + lib/base/rawfile.cpp | 1 + 2 files changed, 2 insertions(+) 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 -- 2.30.2