From 067eae0892a30d71bd02d9bd8d346d68d11dcf6e Mon Sep 17 00:00:00 2001 From: Kurt Zenker Date: Thu, 6 Mar 2008 17:29:49 +0000 Subject: 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 --- dbaccess/source/ui/querydesign/JoinController.cxx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'dbaccess/source/ui/querydesign/JoinController.cxx') 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 #endif +#ifndef _VOS_MUTEX_HXX_ +#include +#endif #ifndef DBAUI_TOOLS_HXX #include "UITools.hxx" #endif -- cgit