summaryrefslogtreecommitdiff
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
parentc70e39d78426f1f0dd094e0e97061e60f387ff86 (diff)
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;