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 | fc931a068d41538f44ba5a63ca998c374ff44f29 (patch) | |
tree | fd8938120ff3484a8755ce3a2a6e3f8b0063f926 /fpicker/source/unx/gnome/SalGtkFilePicker.cxx | |
parent | 92bea1cae70277efe16c52910533a7bf787f383e (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/source/unx/gnome/SalGtkFilePicker.cxx')
-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 c6b70244f7..1af3b3c511 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> |