From 690218f88d175c8d0690ece3456bb3f3e9c9c028 Mon Sep 17 00:00:00 2001 From: Andreas Huggel Date: Sun, 5 Dec 2004 04:07:37 +0000 Subject: [PATCH] Added missing include --- src/dataarea-test.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/dataarea-test.cpp b/src/dataarea-test.cpp index 16295b23..df46f560 100644 --- a/src/dataarea-test.cpp +++ b/src/dataarea-test.cpp @@ -14,6 +14,7 @@ #include #include #include +#include void write(const std::string& file, Exiv2::ExifData& ed); void print(const std::string& file);