diff options
Diffstat (limited to 'configmgr/source/api/confeventhelpers.cxx')
-rw-r--r-- | configmgr/source/api/confeventhelpers.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/configmgr/source/api/confeventhelpers.cxx b/configmgr/source/api/confeventhelpers.cxx index aed9bf4bbac1..6fc03ccfd667 100644 --- a/configmgr/source/api/confeventhelpers.cxx +++ b/configmgr/source/api/confeventhelpers.cxx @@ -4,9 +4,9 @@ * * $RCSfile: confeventhelpers.cxx,v $ * - * $Revision: 1.13 $ + * $Revision: 1.14 $ * - * last change: $Author: hr $ $Date: 2006-06-19 23:14:09 $ + * last change: $Author: obo $ $Date: 2006-09-16 14:52:51 $ * * 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_configmgr.hxx" + #include <stdio.h> #include <string.h> #include "confeventhelpers.hxx" |