diff options
Diffstat (limited to 'autodoc')
-rw-r--r-- | autodoc/source/parser_i/idl/pe_servi.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/autodoc/source/parser_i/idl/pe_servi.cxx b/autodoc/source/parser_i/idl/pe_servi.cxx index 37f0f6c68ee9..06926d5fd476 100644 --- a/autodoc/source/parser_i/idl/pe_servi.cxx +++ b/autodoc/source/parser_i/idl/pe_servi.cxx @@ -4,9 +4,9 @@ * * $RCSfile: pe_servi.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: rt $ $Date: 2005-09-07 18:49:32 $ + * last change: $Author: obo $ $Date: 2006-09-16 17:10:52 $ * * 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_autodoc.hxx" + #include <precomp.h> #include <s2_luidl/pe_servi.hxx> |