diff options
-rw-r--r-- | xmlhelp/source/cxxhelp/util/Decompressor.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/xmlhelp/source/cxxhelp/util/Decompressor.cxx b/xmlhelp/source/cxxhelp/util/Decompressor.cxx index 3966e36d7cc1..42832cc7d8db 100644 --- a/xmlhelp/source/cxxhelp/util/Decompressor.cxx +++ b/xmlhelp/source/cxxhelp/util/Decompressor.cxx @@ -4,9 +4,9 @@ * * $RCSfile: Decompressor.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-09 12:25:36 $ + * last change: $Author: obo $ $Date: 2006-09-17 01:20:42 $ * * 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_xmlhelp.hxx" #ifndef _XMLSEARCH_DB_BLOCK_HXX_ #include <db/Block.hxx> #endif |