diff options
-rw-r--r-- | i18npool/source/search/levdis.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/i18npool/source/search/levdis.cxx b/i18npool/source/search/levdis.cxx index a89349e245dd..7f9f65a07c94 100644 --- a/i18npool/source/search/levdis.cxx +++ b/i18npool/source/search/levdis.cxx @@ -4,9 +4,9 @@ * * $RCSfile: levdis.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: hr $ $Date: 2006-06-20 04:48:21 $ + * last change: $Author: obo $ $Date: 2006-09-17 09:23:10 $ * * 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_i18npool.hxx" /************************************************************************* Weighted Levenshtein Distance |