From 956a1f7ac1c2963d1a9d0d3ac93af01323e591c4 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Sun, 17 Sep 2006 09:07:02 +0000 Subject: INTEGRATION: CWS pchfix02 (1.21.24); FILE MERGED 2006/09/01 17:17:05 kaib 1.21.24.1: #i68856# Added header markers and pch files --- basic/source/runtime/step2.cxx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'basic/source') diff --git a/basic/source/runtime/step2.cxx b/basic/source/runtime/step2.cxx index 903b4c4ba286..1c8e46fea8bb 100644 --- a/basic/source/runtime/step2.cxx +++ b/basic/source/runtime/step2.cxx @@ -4,9 +4,9 @@ * * $RCSfile: step2.cxx,v $ * - * $Revision: 1.21 $ + * $Revision: 1.22 $ * - * last change: $Author: hr $ $Date: 2006-06-19 17:47:47 $ + * last change: $Author: obo $ $Date: 2006-09-17 10:07:02 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -33,9 +33,11 @@ * ************************************************************************/ +// MARKER(update_precomp.py): autogen include statement, do not remove +#include "precompiled_basic.hxx" + #include "runtime.hxx" #ifndef GCC -#pragma hdrstop #endif #include "iosys.hxx" #include "image.hxx" -- cgit