summaryrefslogtreecommitdiff
path: root/connectivity
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2002-08-15 12:38:58 +0000
committerVladimir Glazounov <vg@openoffice.org>2002-08-15 12:38:58 +0000
commit77c603b7a4b787af22b4a51c2ac2de39f289dde2 (patch)
tree5103cdd4d402769e34ee40d33b70d89b2e22c85f /connectivity
parentcbdb5ced1990815b3c16e94b10c94fbf94b868a7 (diff)
#100000# include algorithm
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/commontools/ConnectionWrapper.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/connectivity/source/commontools/ConnectionWrapper.cxx b/connectivity/source/commontools/ConnectionWrapper.cxx
index 11c840ea2bd8..480b22c8c987 100644
--- a/connectivity/source/commontools/ConnectionWrapper.cxx
+++ b/connectivity/source/commontools/ConnectionWrapper.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ConnectionWrapper.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: fs $ $Date: 2002-08-15 08:00:43 $
+ * last change: $Author: vg $ $Date: 2002-08-15 13:38:58 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -84,6 +84,8 @@
#endif
#include <algorithm>
+#include <algorithm>
+
using namespace connectivity;
//------------------------------------------------------------------------------
using namespace com::sun::star::uno;