diff options
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/source/sdbcx/VIndex.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/connectivity/source/sdbcx/VIndex.cxx b/connectivity/source/sdbcx/VIndex.cxx index 521a61f65f49..8580aa17066e 100644 --- a/connectivity/source/sdbcx/VIndex.cxx +++ b/connectivity/source/sdbcx/VIndex.cxx @@ -4,9 +4,9 @@ * * $RCSfile: VIndex.cxx,v $ * - * $Revision: 1.16 $ + * $Revision: 1.17 $ * - * last change: $Author: hr $ $Date: 2006-06-20 02:10:35 $ + * last change: $Author: obo $ $Date: 2006-09-17 03:11:38 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -33,6 +33,9 @@ * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_connectivity.hxx" + #ifndef _CONNECTIVITY_SDBCX_INDEX_HXX_ #include "connectivity/sdbcx/VIndex.hxx" #endif |