From 2c5401be8fcc4d4aa0e665c0c8fedd04d78cc121 Mon Sep 17 00:00:00 2001 From: Kohei Yoshida Date: Thu, 4 Aug 2011 22:34:50 -0400 Subject: [PATCH] Include for std::unary_function. Mac build fails without this, apparently, accordingly to Norbert's tinderbox log. --- comphelper/source/eventattachermgr/eventattachermgr.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/comphelper/source/eventattachermgr/eventattachermgr.cxx b/comphelper/source/eventattachermgr/eventattachermgr.cxx index d7936a098af9..7cfce7f97074 100644 --- a/comphelper/source/eventattachermgr/eventattachermgr.cxx +++ b/comphelper/source/eventattachermgr/eventattachermgr.cxx @@ -57,6 +57,7 @@ #include #include +#include using namespace com::sun::star::uno; using namespace com::sun::star::io;