Tag: cws_src680_odbmacros2 User: fs Date: 2008-01-26 21:18:55+0000 Modified: dba/dbaccess/source/ui/app/AppControllerDnD.cxx
Log: #new include necessary File Changes: Directory: /dba/dbaccess/source/ui/app/ ======================================= File [changed]: AppControllerDnD.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/app/AppControllerDnD.cxx?r1=1.23.2.1&r2=1.23.2.2 Delta lines: +5 -2 ------------------- --- AppControllerDnD.cxx 2007-12-19 13:26:40+0000 1.23.2.1 +++ AppControllerDnD.cxx 2008-01-26 21:18:52+0000 1.23.2.2 @@ -4,9 +4,9 @@ * * $RCSfile: AppControllerDnD.cxx,v $ * - * $Revision: 1.23.2.1 $ + * $Revision: 1.23.2.2 $ * - * last change: $Author: fs $ $Date: 2007/12/19 13:26:40 $ + * last change: $Author: fs $ $Date: 2008/01/26 21:18:52 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -226,6 +226,9 @@ #ifndef DBACCESS_SOURCE_UI_MISC_DEFAULTOBJECTNAMECHECK_HXX #include "defaultobjectnamecheck.hxx" #endif +#ifndef _VOS_MUTEX_HXX_ +#include <vos/mutex.hxx> +#endif //........................................................................ namespace dbaui --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
