summaryrefslogtreecommitdiffstats
path: root/comphelper
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@suse.com>2011-08-04 22:34:50 -0400
committerKohei Yoshida <kohei.yoshida@suse.com>2011-08-04 22:34:50 -0400
commit2c5401be8fcc4d4aa0e665c0c8fedd04d78cc121 (patch)
tree264dffe58a983719324b03678d59a8298571719f /comphelper
parentPrefer std::for_each to manual looping. (diff)
downloadcore-2c5401be8fcc4d4aa0e665c0c8fedd04d78cc121.tar.gz
core-2c5401be8fcc4d4aa0e665c0c8fedd04d78cc121.zip
Include <functional> for std::unary_function.
Mac build fails without this, apparently, accordingly to Norbert's tinderbox log.
Diffstat (limited to 'comphelper')
-rw-r--r--comphelper/source/eventattachermgr/eventattachermgr.cxx1
1 files changed, 1 insertions, 0 deletions
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 <deque>
#include <algorithm>
+#include <functional>
using namespace com::sun::star::uno;
using namespace com::sun::star::io;