diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-11-14 13:07:30 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-11-14 13:07:30 +0000 |
commit | 743d31086ad3a1d8fe704368be8a9b6c15ac662b (patch) | |
tree | bfc495e4ac6583dab0f5e730c0f9141c016325dc /svtools | |
parent | 1a142398baaa1d33d18852124b112f760eea0fae (diff) |
#i10000# include algorithm (needed for find_if).
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/misc/restrictedpaths.cxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/svtools/source/misc/restrictedpaths.cxx b/svtools/source/misc/restrictedpaths.cxx index 50cfce1c3bdc..aee2d6e89c69 100644 --- a/svtools/source/misc/restrictedpaths.cxx +++ b/svtools/source/misc/restrictedpaths.cxx @@ -4,9 +4,9 @@ * * $RCSfile: restrictedpaths.cxx,v $ * - * $Revision: 1.2 $ + * $Revision: 1.3 $ * - * last change: $Author: rt $ $Date: 2005-11-11 12:15:08 $ + * last change: $Author: rt $ $Date: 2005-11-14 14:07:30 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -37,6 +37,8 @@ #include "restrictedpaths.hxx" #endif +#include <algorithm> + #ifndef _OSL_PROCESS_H_ #include <osl/process.h> #endif |