diff options
Diffstat (limited to 'transex3')
-rw-r--r-- | transex3/source/srciter.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/transex3/source/srciter.cxx b/transex3/source/srciter.cxx index 82e3a3f292ec..6d2f0295e4c1 100644 --- a/transex3/source/srciter.cxx +++ b/transex3/source/srciter.cxx @@ -4,9 +4,9 @@ * * $RCSfile: srciter.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: hr $ $Date: 2006-08-14 17:11:26 $ + * last change: $Author: obo $ $Date: 2006-09-17 08:19:37 $ * * 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_transex3.hxx" + #include "srciter.hxx" #include <stdio.h> |