From df2e5ca78fb8fb371f6c5fe67b58f24567d6270c Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Tue, 13 Aug 2002 12:44:06 +0000 Subject: [PATCH] #100000# include algorithm --- connectivity/source/commontools/ConnectionWrapper.cxx | 5 +++-- 1 file 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 #endif +#include using namespace connectivity; //------------------------------------------------------------------------------