summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2005-11-14 13:07:30 +0000
committerRüdiger Timm <rt@openoffice.org>2005-11-14 13:07:30 +0000
commit743d31086ad3a1d8fe704368be8a9b6c15ac662b (patch)
treebfc495e4ac6583dab0f5e730c0f9141c016325dc /svtools
parent1a142398baaa1d33d18852124b112f760eea0fae (diff)
#i10000# include algorithm (needed for find_if).
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/misc/restrictedpaths.cxx6
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