From 77c603b7a4b787af22b4a51c2ac2de39f289dde2 Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Thu, 15 Aug 2002 12:38:58 +0000 Subject: #100000# include algorithm --- connectivity/source/commontools/ConnectionWrapper.cxx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'connectivity') 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 +#include + using namespace connectivity; //------------------------------------------------------------------------------ using namespace com::sun::star::uno; -- cgit