diff options
author | Rüdiger Timm <rt@openoffice.org> | 2007-01-29 14:40:48 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2007-01-29 14:40:48 +0000 |
commit | 1a801d46769a872b6560756f40da7ffa5f8bb337 (patch) | |
tree | 6242c469acaa62c76a0aae822674fc5d0e844f3b /fpicker | |
parent | d167d04c197b307625c1e999aa5c595c59526041 (diff) |
INTEGRATION: CWS cppuhelpshrink (1.18.10); FILE MERGED
2007/01/24 09:51:28 sb 1.18.10.1: #i72766# Missing include.
Diffstat (limited to 'fpicker')
-rw-r--r-- | fpicker/source/unx/gnome/SalGtkFilePicker.cxx | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/fpicker/source/unx/gnome/SalGtkFilePicker.cxx b/fpicker/source/unx/gnome/SalGtkFilePicker.cxx index 3629db970fb0..bffc8b8460d3 100644 --- a/fpicker/source/unx/gnome/SalGtkFilePicker.cxx +++ b/fpicker/source/unx/gnome/SalGtkFilePicker.cxx @@ -4,9 +4,9 @@ * * $RCSfile: SalGtkFilePicker.cxx,v $ * - * $Revision: 1.19 $ + * $Revision: 1.20 $ * - * last change: $Author: ihi $ $Date: 2006-12-21 11:53:14 $ + * last change: $Author: rt $ $Date: 2007-01-29 15:40:48 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -89,6 +89,7 @@ #include <tools/urlobj.hxx> #include <iostream> +#include <algorithm> #include "resourceprovider.hxx" #ifndef _SV_RC_H #include <tools/rc.hxx> |