diff options
author | Kurt Zenker <kz@openoffice.org> | 2008-03-06 17:29:49 +0000 |
---|---|---|
committer | Kurt Zenker <kz@openoffice.org> | 2008-03-06 17:29:49 +0000 |
commit | 067eae0892a30d71bd02d9bd8d346d68d11dcf6e (patch) | |
tree | 93fac83f533ba24903b386c4376134aad33e6477 /dbaccess/source/ui/querydesign/JoinController.cxx | |
parent | 73cb775b7d33f2c1f4e9229692a666c5fbdc9a57 (diff) |
INTEGRATION: CWS odbmacros2 (1.43.20); FILE MERGED
2008/02/04 13:08:16 fs 1.43.20.2: RESYNC: (1.43-1.44); FILE MERGED
2008/01/26 21:22:23 fs 1.43.20.1: new include necessary
Diffstat (limited to 'dbaccess/source/ui/querydesign/JoinController.cxx')
-rw-r--r-- | dbaccess/source/ui/querydesign/JoinController.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/dbaccess/source/ui/querydesign/JoinController.cxx b/dbaccess/source/ui/querydesign/JoinController.cxx index 39daefbe496e..b7973cf6f861 100644 --- a/dbaccess/source/ui/querydesign/JoinController.cxx +++ b/dbaccess/source/ui/querydesign/JoinController.cxx @@ -4,9 +4,9 @@ * * $RCSfile: JoinController.cxx,v $ * - * $Revision: 1.44 $ + * $Revision: 1.45 $ * - * last change: $Author: rt $ $Date: 2008-01-30 08:54:05 $ + * last change: $Author: kz $ $Date: 2008-03-06 18:29:49 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -143,6 +143,9 @@ #ifndef _SV_SVAPP_HXX #include <vcl/svapp.hxx> #endif +#ifndef _VOS_MUTEX_HXX_ +#include <vos/mutex.hxx> +#endif #ifndef DBAUI_TOOLS_HXX #include "UITools.hxx" #endif |