diff options
author | Kohei Yoshida <kohei.yoshida@suse.com> | 2011-08-04 22:34:50 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@suse.com> | 2011-08-04 22:34:50 -0400 |
commit | 2c5401be8fcc4d4aa0e665c0c8fedd04d78cc121 (patch) | |
tree | 264dffe58a983719324b03678d59a8298571719f /comphelper | |
parent | c70e39d78426f1f0dd094e0e97061e60f387ff86 (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.cxx | 1 |
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; |