diff options
Diffstat (limited to 'sal/qa')
-rw-r--r-- | sal/qa/rtl/uri/rtl_testuri.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sal/qa/rtl/uri/rtl_testuri.cxx b/sal/qa/rtl/uri/rtl_testuri.cxx index ab7f06652337..84e003f5dc65 100644 --- a/sal/qa/rtl/uri/rtl_testuri.cxx +++ b/sal/qa/rtl/uri/rtl_testuri.cxx @@ -4,9 +4,9 @@ * * $RCSfile: rtl_testuri.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: hr $ $Date: 2006-06-20 04:28:02 $ + * last change: $Author: obo $ $Date: 2006-09-17 09:01:42 $ * * 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_sal.hxx" + #include "rtl/strbuf.hxx" #include "rtl/textenc.h" #include "rtl/uri.h" |