From c6ae14cbb9c1772a3b6d21087399e4043d28c781 Mon Sep 17 00:00:00 2001 From: Andreas Huggel Date: Mon, 28 Dec 2009 14:11:23 +0000 Subject: [PATCH] Added includes for g++-4.4 (Debian 4.4.2-3). --- samples/iotest.cpp | 1 + src/jpgimage.cpp | 1 + src/pgfimage.cpp | 1 + 3 files changed, 3 insertions(+) diff --git a/samples/iotest.cpp b/samples/iotest.cpp index 0bd0e336..59abddef 100644 --- a/samples/iotest.cpp +++ b/samples/iotest.cpp @@ -33,6 +33,7 @@ #include #include #include +#include // for EOF #include #include diff --git a/src/jpgimage.cpp b/src/jpgimage.cpp index b89df7a2..33bc9a78 100644 --- a/src/jpgimage.cpp +++ b/src/jpgimage.cpp @@ -44,6 +44,7 @@ EXIV2_RCSID("@(#) $Id$") #include "futils.hpp" // + standard includes +#include // for EOF #include #include diff --git a/src/pgfimage.cpp b/src/pgfimage.cpp index c5e39238..46b88316 100644 --- a/src/pgfimage.cpp +++ b/src/pgfimage.cpp @@ -49,6 +49,7 @@ EXIV2_RCSID("@(#) $Id$") #include "futils.hpp" // + standard includes +#include // for EOF #include #include #include