From 38fa19de56600b41486151d1ef24814c0c1f5460 Mon Sep 17 00:00:00 2001 From: Ivo Hinkelmann Date: Mon, 4 Feb 2008 12:47:38 +0000 Subject: INTEGRATION: CWS gcc430two (1.10.18); FILE MERGED 2008/01/28 09:53:07 rene 1.10.18.1: more gcc 4.3.0 things --- i18npool/source/search/textsearch.cxx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'i18npool/source/search') diff --git a/i18npool/source/search/textsearch.cxx b/i18npool/source/search/textsearch.cxx index 3ddb3ccb7c54..e5432a6273c7 100644 --- a/i18npool/source/search/textsearch.cxx +++ b/i18npool/source/search/textsearch.cxx @@ -4,9 +4,9 @@ * * $RCSfile: textsearch.cxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: vg $ $Date: 2007-12-05 16:45:18 $ + * last change: $Author: ihi $ $Date: 2008-02-04 13:47:38 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -85,6 +85,8 @@ #pragma warning( disable: 4786 ) #endif +#include + using namespace ::com::sun::star::util; using namespace ::com::sun::star::uno; using namespace ::com::sun::star::lang; -- cgit