From 5e3c34885eae446e90262b36ff3b177783488ccf Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Sun, 17 Sep 2006 01:39:55 +0000 Subject: INTEGRATION: CWS pchfix02 (1.6.42); FILE MERGED 2006/09/01 17:22:15 kaib 1.6.42.1: #i68856# Added header markers and pch files --- connectivity/source/drivers/hsqldb/HColumns.cxx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'connectivity') diff --git a/connectivity/source/drivers/hsqldb/HColumns.cxx b/connectivity/source/drivers/hsqldb/HColumns.cxx index 636b7d4344db..e6bd71e04be3 100644 --- a/connectivity/source/drivers/hsqldb/HColumns.cxx +++ b/connectivity/source/drivers/hsqldb/HColumns.cxx @@ -4,9 +4,9 @@ * * $RCSfile: HColumns.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: obo $ $Date: 2006-07-10 14:27:42 $ + * last change: $Author: obo $ $Date: 2006-09-17 02:39:55 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -32,6 +32,9 @@ * MA 02111-1307 USA * ************************************************************************/ + +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_connectivity.hxx" #include "hsqldb/HColumns.hxx" #ifndef CONNECTIVITY_CONNECTION_HXX -- cgit