summaryrefslogtreecommitdiff
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
commitb76c7d1178d55a2f4ca2524978d22bb31cdbd79b (patch)
tree2afc4011c3f95ae44dd0ebb62037b278ec8e2c5d
parentd2ab30cc21a3d63dd5b228a1b9392eff7db0be4c (diff)
Include <functional> for std::unary_function.
Mac build fails without this, apparently, accordingly to Norbert's tinderbox log.
-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 6736740494..0caf08619d 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;