summaryrefslogtreecommitdiff
path: root/ucb
diff options
context:
space:
mode:
authorHans-Joachim Lankenau <hjs@openoffice.org>2001-08-06 13:42:20 +0000
committerHans-Joachim Lankenau <hjs@openoffice.org>2001-08-06 13:42:20 +0000
commit910d865c7a34796a65a01e6115df2028a5816499 (patch)
treeee21ca516a234f18a1addc7dede9444ccde0d9b1 /ucb
parent85b9b1c131cbf9241bd1482b4befd5bae9cbb5d3 (diff)
include vector
Diffstat (limited to 'ucb')
-rw-r--r--ucb/source/sorter/sortdynres.cxx5
-rw-r--r--ucb/source/sorter/sortresult.cxx5
2 files changed, 6 insertions, 4 deletions
diff --git a/ucb/source/sorter/sortdynres.cxx b/ucb/source/sorter/sortdynres.cxx
index 604c647c8434..c21d252ca635 100644
--- a/ucb/source/sorter/sortdynres.cxx
+++ b/ucb/source/sorter/sortdynres.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: sortdynres.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: kso $ $Date: 2001-04-05 09:49:31 $
+ * last change: $Author: hjs $ $Date: 2001-08-06 14:42:20 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -59,6 +59,7 @@
*
************************************************************************/
+#include <vector>
#include <sortdynres.hxx>
#ifndef _CPPUHELPER_INTERFACECONTAINER_HXX_
diff --git a/ucb/source/sorter/sortresult.cxx b/ucb/source/sorter/sortresult.cxx
index ad065d59db20..c8b1cc98efb3 100644
--- a/ucb/source/sorter/sortresult.cxx
+++ b/ucb/source/sorter/sortresult.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: sortresult.cxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: th $ $Date: 2001-05-11 08:43:57 $
+ * last change: $Author: hjs $ $Date: 2001-08-06 14:42:20 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -59,6 +59,7 @@
*
************************************************************************/
+#include <vector>
#include <sortresult.hxx>
#ifndef _CPPUHELPER_INTERFACECONTAINER_HXX_