diff options
Diffstat (limited to 'connectivity/source/parse/wrap_sqlbison.cxx')
-rw-r--r-- | connectivity/source/parse/wrap_sqlbison.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/connectivity/source/parse/wrap_sqlbison.cxx b/connectivity/source/parse/wrap_sqlbison.cxx index e2dd92064e96..95cbd180fb4f 100644 --- a/connectivity/source/parse/wrap_sqlbison.cxx +++ b/connectivity/source/parse/wrap_sqlbison.cxx @@ -4,9 +4,9 @@ * * $RCSfile: wrap_sqlbison.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: hr $ $Date: 2006-06-20 02:09:15 $ + * last change: $Author: obo $ $Date: 2006-09-17 03:09:54 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -33,4 +33,7 @@ * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_connectivity.hxx" + #include "sqlbison.cxx" |