summaryrefslogtreecommitdiff
path: root/fpicker
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
commit5aae6164adac8d06e016706a0dd125fe73bfa453 (patch)
tree93b284cff586be32fe779012ad381c4f3c19dea8 /fpicker
parent5f2db6c51388d0f61a1d9bade24fd907a919f8c2 (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')
-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 19ae19069856..3a0e7dc84eb1 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