diff options
Diffstat (limited to 'rsc')
-rw-r--r-- | rsc/source/res/rscclass.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/rsc/source/res/rscclass.cxx b/rsc/source/res/rscclass.cxx index 3f5ef45af39a..1cf7ab81451c 100644 --- a/rsc/source/res/rscclass.cxx +++ b/rsc/source/res/rscclass.cxx @@ -4,9 +4,9 @@ * * $RCSfile: rscclass.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: kz $ $Date: 2006-07-19 17:14:40 $ + * last change: $Author: obo $ $Date: 2006-09-17 16:01:30 $ * * 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. |