diff options
-rw-r--r-- | rsc/source/tools/rsctools.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/rsc/source/tools/rsctools.cxx b/rsc/source/tools/rsctools.cxx index 8a70acee5f46..8757498f78ba 100644 --- a/rsc/source/tools/rsctools.cxx +++ b/rsc/source/tools/rsctools.cxx @@ -4,9 +4,9 @@ * * $RCSfile: rsctools.cxx,v $ * - * $Revision: 1.14 $ + * $Revision: 1.15 $ * - * last change: $Author: rt $ $Date: 2006-07-25 09:36:46 $ + * last change: $Author: obo $ $Date: 2006-09-17 16:04:21 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -32,6 +32,9 @@ * MA 02111-1307 USA * ************************************************************************/ + +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_rsc.hxx" /****************** I N C L U D E S **************************************/ // C and C++ Includes. |