diff options
Diffstat (limited to 'linguistic')
-rw-r--r-- | linguistic/source/misc.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/linguistic/source/misc.cxx b/linguistic/source/misc.cxx index 0d8a91b2ae7a..2e30720481b7 100644 --- a/linguistic/source/misc.cxx +++ b/linguistic/source/misc.cxx @@ -4,9 +4,9 @@ * * $RCSfile: misc.cxx,v $ * - * $Revision: 1.25 $ + * $Revision: 1.26 $ * - * last change: $Author: vg $ $Date: 2006-04-07 13:50:38 $ + * last change: $Author: obo $ $Date: 2006-09-17 03:54:53 $ * * 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_linguistic.hxx" + #ifndef _STRING_HXX #include <tools/string.hxx> #endif |