diff options
Diffstat (limited to 'store/source')
-rw-r--r-- | store/source/filelckb.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/store/source/filelckb.cxx b/store/source/filelckb.cxx index 91d55ba467bc..792ff18cb3ad 100644 --- a/store/source/filelckb.cxx +++ b/store/source/filelckb.cxx @@ -4,9 +4,9 @@ * * $RCSfile: filelckb.cxx,v $ * - * $Revision: 1.15 $ + * $Revision: 1.16 $ * - * last change: $Author: ihi $ $Date: 2006-08-24 10:41:31 $ + * last change: $Author: obo $ $Date: 2006-09-17 01:11:02 $ * * 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_store.hxx" + #include <store/filelckb.hxx> #ifndef INCLUDED_STDDEF_H |