summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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