Tag: cws_src680_cppuhelpshrink User: sb Date: 2007/01/24 04:30:40 Modified: dba/dbaccess/source/core/inc/column.hxx dba/dbaccess/source/ui/browser/genericcontroller.cxx
Log: #i72766# Missing include. File Changes: Directory: /dba/dbaccess/source/core/inc/ ========================================= File [changed]: column.hxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/inc/column.hxx?r1=1.28&r2=1.28.60.1 Delta lines: +5 -3 ------------------- --- column.hxx 18 Oct 2006 13:28:39 -0000 1.28 +++ column.hxx 24 Jan 2007 12:30:37 -0000 1.28.60.1 @@ -4,9 +4,9 @@ * * $RCSfile: column.hxx,v $ * - * $Revision: 1.28 $ + * $Revision: 1.28.60.1 $ * - * last change: $Author: ihi $ $Date: 2006/10/18 13:28:39 $ + * last change: $Author: sb $ $Date: 2007/01/24 12:30:37 $ * * 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 @@ #ifndef _DBA_COREAPI_COLUMN_HXX_ #define _DBA_COREAPI_COLUMN_HXX_ + +#include <hash_map> #ifndef _COM_SUN_STAR_LANG_XSERVICEINFO_HPP_ #include <com/sun/star/lang/XServiceInfo.hpp> Directory: /dba/dbaccess/source/ui/browser/ =========================================== File [changed]: genericcontroller.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/browser/genericcontroller.cxx?r1=1.74&r2=1.74.58.1 Delta lines: +4 -3 ------------------- --- genericcontroller.cxx 18 Oct 2006 13:30:13 -0000 1.74 +++ genericcontroller.cxx 24 Jan 2007 12:30:37 -0000 1.74.58.1 @@ -4,9 +4,9 @@ * * $RCSfile: genericcontroller.cxx,v $ * - * $Revision: 1.74 $ + * $Revision: 1.74.58.1 $ * - * last change: $Author: ihi $ $Date: 2006/10/18 13:30:13 $ + * last change: $Author: sb $ $Date: 2007/01/24 12:30:37 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -130,6 +130,7 @@ #include <rtl/logfile.hxx> #endif #include <algorithm> +#include <hash_map> using namespace ::com::sun::star::uno; using namespace ::com::sun::star::beans; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
