summaryrefslogtreecommitdiff
path: root/connectivity/source/commontools
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2002-08-13 12:44:06 +0000
committerKurt Zenker <kz@openoffice.org>2002-08-13 12:44:06 +0000
commitdf2e5ca78fb8fb371f6c5fe67b58f24567d6270c (patch)
tree4c8a8376b41a48dffa7b2abe1b6fff14161d109d /connectivity/source/commontools
parenta93c72cd859d4625bb10a96a2bfe77e0a6463e02 (diff)
#100000# include algorithm
Diffstat (limited to 'connectivity/source/commontools')
-rw-r--r--connectivity/source/commontools/ConnectionWrapper.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/connectivity/source/commontools/ConnectionWrapper.cxx b/connectivity/source/commontools/ConnectionWrapper.cxx
index c03b6db499b5..46d4fc80ed4d 100644
--- a/connectivity/source/commontools/ConnectionWrapper.cxx
+++ b/connectivity/source/commontools/ConnectionWrapper.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: ConnectionWrapper.cxx,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change: $Author: oj $ $Date: 2002-08-12 08:40:05 $
+ * last change: $Author: kz $ $Date: 2002-08-13 13:44:06 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -82,6 +82,7 @@
#ifndef _RTL_DIGEST_H_
#include <rtl/digest.h>
#endif
+#include <algorithm>
using namespace connectivity;
//------------------------------------------------------------------------------