diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2001-09-26 14:47:51 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2001-09-26 14:47:51 +0000 |
commit | 25a78fc9dccceac0bc9696729bcc461901ab9b34 (patch) | |
tree | d9368921cd88807a01fbbf25c85169e3ce0c8a86 /io | |
parent | 3ed36acb14026f36f1c5e64b056b28c2fe5e5ea3 (diff) |
#65293#: #include <algorithm>
Diffstat (limited to 'io')
-rw-r--r-- | io/source/acceptor/acc_socket.cxx | 5 | ||||
-rw-r--r-- | io/source/connector/ctr_socket.cxx | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/io/source/acceptor/acc_socket.cxx b/io/source/acceptor/acc_socket.cxx index f3a1b0ff9fb6..aadbcb5b5f28 100644 --- a/io/source/acceptor/acc_socket.cxx +++ b/io/source/acceptor/acc_socket.cxx @@ -2,9 +2,9 @@ * * $RCSfile: acc_socket.cxx,v $ * - * $Revision: 1.10 $ + * $Revision: 1.11 $ * - * last change: $Author: jbu $ $Date: 2001-08-27 09:50:16 $ + * last change: $Author: hr $ $Date: 2001-09-26 15:47:51 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -61,6 +61,7 @@ #include "acceptor.hxx" #include <hash_set> +#include <algorithm> #include <rtl/ustrbuf.hxx> #include <com/sun/star/connection/XConnectionBroadcaster.hpp> diff --git a/io/source/connector/ctr_socket.cxx b/io/source/connector/ctr_socket.cxx index 1d3452b27a1b..0d1d077444e9 100644 --- a/io/source/connector/ctr_socket.cxx +++ b/io/source/connector/ctr_socket.cxx @@ -2,9 +2,9 @@ * * $RCSfile: ctr_socket.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: jbu $ $Date: 2001-06-22 16:32:56 $ + * last change: $Author: hr $ $Date: 2001-09-26 15:45:45 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -61,6 +61,7 @@ #include "connector.hxx" #include <rtl/ustrbuf.hxx> +#include <algorithm> using namespace ::osl; using namespace ::rtl; |