summaryrefslogtreecommitdiff
path: root/io/source/acceptor
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2001-09-26 14:47:51 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2001-09-26 14:47:51 +0000
commit6d3ab394e56b6cf77cbd075ea5986d47fdacf4d5 (patch)
treeabd22b07412df074077e7e0487b2b350f2b340f6 /io/source/acceptor
parentc1aa91aab53f5347052645c9c4f63f1efcb7cd0e (diff)
#65293#: #include <algorithm>
Diffstat (limited to 'io/source/acceptor')
-rw-r--r--io/source/acceptor/acc_socket.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/io/source/acceptor/acc_socket.cxx b/io/source/acceptor/acc_socket.cxx
index aa5cc3eca..eef3d254f 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>