Tag: cws_src680_cppuhelpshrink User: sb Date: 2007/01/24 01:50:58 Modified: dba/connectivity/source/sdbcx/VCollection.cxx
Log: #i72766# Missing include. File Changes: Directory: /dba/connectivity/source/sdbcx/ ========================================== File [changed]: VCollection.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/sdbcx/VCollection.cxx?r1=1.41&r2=1.41.72.1 Delta lines: +5 -3 ------------------- --- VCollection.cxx 17 Sep 2006 03:10:39 -0000 1.41 +++ VCollection.cxx 24 Jan 2007 09:50:56 -0000 1.41.72.1 @@ -4,9 +4,9 @@ * * $RCSfile: VCollection.cxx,v $ * - * $Revision: 1.41 $ + * $Revision: 1.41.72.1 $ * - * last change: $Author: obo $ $Date: 2006/09/17 03:10:39 $ + * last change: $Author: sb $ $Date: 2007/01/24 09:50:56 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -35,6 +35,8 @@ // MARKER(update_precomp.py): autogen include statement, do not remove #include "precompiled_connectivity.hxx" + +#include <algorithm> #include <stdio.h> #ifndef _CONNECTIVITY_SDBCX_COLLECTION_HXX_ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
