diff options
author | Kurt Zenker <kz@openoffice.org> | 2002-08-13 12:44:06 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2002-08-13 12:44:06 +0000 |
commit | df2e5ca78fb8fb371f6c5fe67b58f24567d6270c (patch) | |
tree | 4c8a8376b41a48dffa7b2abe1b6fff14161d109d /connectivity/source/commontools | |
parent | a93c72cd859d4625bb10a96a2bfe77e0a6463e02 (diff) |
#100000# include algorithm
Diffstat (limited to 'connectivity/source/commontools')
-rw-r--r-- | connectivity/source/commontools/ConnectionWrapper.cxx | 5 |
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; //------------------------------------------------------------------------------ |