diff options
Diffstat (limited to 'configmgr')
-rw-r--r-- | configmgr/source/backend/binarywritehandler.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/configmgr/source/backend/binarywritehandler.cxx b/configmgr/source/backend/binarywritehandler.cxx index 1798ae609f09..971e9650eadc 100644 --- a/configmgr/source/backend/binarywritehandler.cxx +++ b/configmgr/source/backend/binarywritehandler.cxx @@ -4,9 +4,9 @@ * * $RCSfile: binarywritehandler.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: hr $ $Date: 2006-06-19 23:18:45 $ + * last change: $Author: obo $ $Date: 2006-09-16 15:03:22 $ * * 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_configmgr.hxx" #include "binarywritehandler.hxx" #include "binarycache.hxx" |