diff options
Diffstat (limited to 'comphelper/source/misc')
-rw-r--r-- | comphelper/source/misc/componentmodule.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/comphelper/source/misc/componentmodule.cxx b/comphelper/source/misc/componentmodule.cxx index dfcd93ecdd76..794953e60f4a 100644 --- a/comphelper/source/misc/componentmodule.cxx +++ b/comphelper/source/misc/componentmodule.cxx @@ -4,9 +4,9 @@ * * $RCSfile: componentmodule.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: hr $ $Date: 2006-06-19 22:47:45 $ + * last change: $Author: obo $ $Date: 2006-09-17 17:10:24 $ * * 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_comphelper.hxx" #ifndef COMPHELPER_INC_COMPHELPER_COMPONENTMODULE_HXX #include <comphelper/componentmodule.hxx> #endif |