summaryrefslogtreecommitdiff
path: root/fpicker/source/aqua/FilterHelper.cxx
diff options
context:
space:
mode:
authorIvo Hinkelmann <ihi@openoffice.org>2008-01-14 16:42:52 +0000
committerIvo Hinkelmann <ihi@openoffice.org>2008-01-14 16:42:52 +0000
commit9fe74557a96184e42ff2c8eb8af6ca594e91ea69 (patch)
tree403a16fcbd311ca4f711d917a45ea053d91bc0a5 /fpicker/source/aqua/FilterHelper.cxx
parent13b4c19ff2fa288586c4989579cf608cc3502778 (diff)
INTEGRATION: CWS stl4leopardppc (1.2.46); FILE MERGED
2007/12/06 20:56:42 ericb 1.2.46.1: #i84082# fix missing headers
Diffstat (limited to 'fpicker/source/aqua/FilterHelper.cxx')
-rw-r--r--fpicker/source/aqua/FilterHelper.cxx7
1 files changed, 5 insertions, 2 deletions
diff --git a/fpicker/source/aqua/FilterHelper.cxx b/fpicker/source/aqua/FilterHelper.cxx
index 19ae190698..3a0e7dc84e 100644
--- a/fpicker/source/aqua/FilterHelper.cxx
+++ b/fpicker/source/aqua/FilterHelper.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: FilterHelper.cxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: ihi $ $Date: 2007-07-11 10:58:30 $
+ * last change: $Author: ihi $ $Date: 2008-01-14 17:42:52 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -33,6 +33,9 @@
*
************************************************************************/
+#include <functional>
+#include <algorithm>
+
#ifndef _VOS_MUTEX_HXX_
#include <vos/mutex.hxx>
#endif