summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2001-10-26 10:21:56 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2001-10-26 10:21:56 +0000
commit76079ef81d5aeea8f07db38733b2f8f1eb522184 (patch)
treec433e5de095142a3cbed02f8170aa86f1fd395ee
parent51dc2be2be080a80299676de8c87da92bbf9bf80 (diff)
#92924# includes
-rw-r--r--forms/source/misc/InterfaceContainer.cxx6
-rw-r--r--forms/source/misc/property.cxx6
2 files changed, 8 insertions, 4 deletions
diff --git a/forms/source/misc/InterfaceContainer.cxx b/forms/source/misc/InterfaceContainer.cxx
index 30cf749fbf92..67fde0901f6e 100644
--- a/forms/source/misc/InterfaceContainer.cxx
+++ b/forms/source/misc/InterfaceContainer.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: InterfaceContainer.cxx,v $
*
- * $Revision: 1.11 $
+ * $Revision: 1.12 $
*
- * last change: $Author: fs $ $Date: 2001-10-16 16:18:32 $
+ * last change: $Author: hr $ $Date: 2001-10-26 11:21:56 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -115,6 +115,8 @@
#include <tools/debug.hxx>
#endif
+#include <algorithm>
+
//.........................................................................
namespace frm
{
diff --git a/forms/source/misc/property.cxx b/forms/source/misc/property.cxx
index af1d1078b968..13b5b525b097 100644
--- a/forms/source/misc/property.cxx
+++ b/forms/source/misc/property.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: property.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: oj $ $Date: 2001-08-30 13:24:16 $
+ * last change: $Author: hr $ $Date: 2001-10-26 11:21:56 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -76,6 +76,8 @@
#include <com/sun/star/beans/PropertyAttribute.hpp>
+#include <algorithm>
+
//... namespace frm .......................................................
namespace frm
{