diff options
-rw-r--r-- | scripting/source/basprov/basscript.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/scripting/source/basprov/basscript.cxx b/scripting/source/basprov/basscript.cxx index 351c65f64975..c32441932299 100644 --- a/scripting/source/basprov/basscript.cxx +++ b/scripting/source/basprov/basscript.cxx @@ -4,9 +4,9 @@ * * $RCSfile: basscript.cxx,v $ * - * $Revision: 1.13 $ + * $Revision: 1.14 $ * - * last change: $Author: ihi $ $Date: 2006-08-04 10:53:38 $ + * last change: $Author: obo $ $Date: 2006-09-16 12:26:29 $ * * 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_scripting.hxx" + #ifndef SCRIPTING_BASSCRIPT_HXX #include "basscript.hxx" #endif |