[Libreoffice-commits] .: comphelper/source
Kohei Yoshida
kohei at kemper.freedesktop.org
Thu Aug 4 19:34:52 PDT 2011
comphelper/source/eventattachermgr/eventattachermgr.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit b76c7d1178d55a2f4ca2524978d22bb31cdbd79b
Author: Kohei Yoshida <kohei.yoshida at suse.com>
Date: Thu Aug 4 22:34:50 2011 -0400
Include <functional> for std::unary_function.
Mac build fails without this, apparently, accordingly to Norbert's
tinderbox log.
diff --git a/comphelper/source/eventattachermgr/eventattachermgr.cxx b/comphelper/source/eventattachermgr/eventattachermgr.cxx
index 6736740..0caf086 100644
--- a/comphelper/source/eventattachermgr/eventattachermgr.cxx
+++ b/comphelper/source/eventattachermgr/eventattachermgr.cxx
@@ -57,6 +57,7 @@
#include <deque>
#include <algorithm>
+#include <functional>
using namespace com::sun::star::uno;
using namespace com::sun::star::io;
More information about the Libreoffice-commits
mailing list