diff options
Diffstat (limited to 'io/source/connector')
-rw-r--r-- | io/source/connector/ctr_socket.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/io/source/connector/ctr_socket.cxx b/io/source/connector/ctr_socket.cxx index b5757bf94db5..ba75d31eb86c 100644 --- a/io/source/connector/ctr_socket.cxx +++ b/io/source/connector/ctr_socket.cxx @@ -4,9 +4,9 @@ * * $RCSfile: ctr_socket.cxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: kz $ $Date: 2006-07-20 16:16:07 $ + * last change: $Author: obo $ $Date: 2006-09-16 23:43:14 $ * * 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_io.hxx" + #include "connector.hxx" #include <rtl/ustrbuf.hxx> #include <algorithm> |