diff options
-rw-r--r-- | jvmfwk/source/framework.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/jvmfwk/source/framework.cxx b/jvmfwk/source/framework.cxx index 93d86f7c1350..b2fb8e494b71 100644 --- a/jvmfwk/source/framework.cxx +++ b/jvmfwk/source/framework.cxx @@ -4,9 +4,9 @@ * * $RCSfile: framework.cxx,v $ * - * $Revision: 1.26 $ + * $Revision: 1.27 $ * - * last change: $Author: kz $ $Date: 2006-07-19 16:26:30 $ + * last change: $Author: obo $ $Date: 2006-09-16 17:47:52 $ * * 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_jvmfwk.hxx" #include "boost/scoped_array.hpp" #include "rtl/ustring.hxx" #include "rtl/bootstrap.hxx" |