From a344edbdddeac51524001faa10d06f85cfdb041c Mon Sep 17 00:00:00 2001 From: Michael Krelin Date: Fri, 27 Jun 2008 18:32:31 +0000 Subject: Fix for gcc 4.3 Thanks to Oden Eriksson of Mandriva for report and patch Signed-off-by: Michael Krelin --- (limited to 'lib') diff --git a/lib/fields.cc b/lib/fields.cc index d494098..91fbc41 100644 --- a/lib/fields.cc +++ b/lib/fields.cc @@ -1,8 +1,10 @@ #include #include #include +#include namespace opkele { + using std::for_each; using std::unary_function; struct __om_copier : public unary_function { diff --git a/lib/message.cc b/lib/message.cc index b2324b7..524946a 100644 --- a/lib/message.cc +++ b/lib/message.cc @@ -1,4 +1,6 @@ #include +#include + #include #include #include -- cgit v0.9.0.2