diff --git a/dbaccess/source/core/api/query.cxx b/dbaccess/source/core/api/query.cxx index 20f4c34b72c9..e5612aa476a6 100644 --- a/dbaccess/source/core/api/query.cxx +++ b/dbaccess/source/core/api/query.cxx @@ -4,9 +4,9 @@ * * $RCSfile: query.cxx,v $ * - * $Revision: 1.31 $ + * $Revision: 1.32 $ * - * last change: $Author: obo $ $Date: 2006-07-10 15:05:45 $ + * last change: $Author: obo $ $Date: 2006-09-17 06:35:02 $ * * 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_dbaccess.hxx" + #ifndef _DBA_COREAPI_QUERY_HXX_ #include "query.hxx" #endif