summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2001-02-01 15:17:58 +0000
committerRüdiger Timm <rt@openoffice.org>2001-02-01 15:17:58 +0000
commit15ab7eb6d2270f65f00c006ec1b76ca4c1c18078 (patch)
tree45e99249ec6c778e198314af1f7d93a8aaefc6b4 /framework
parent638e43d00c55348edd785f883fccf323f79e5a25 (diff)
#65293# for linux you have to explicitly include ostream to avoid conflicts with min()
Diffstat (limited to 'framework')
-rw-r--r--framework/source/register/registerservices.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/framework/source/register/registerservices.cxx b/framework/source/register/registerservices.cxx
index 7376712f05e0..fc545d33cb03 100644
--- a/framework/source/register/registerservices.cxx
+++ b/framework/source/register/registerservices.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: registerservices.cxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: rt $ $Date: 2001-02-01 13:31:35 $
+ * last change: $Author: rt $ $Date: 2001-02-01 16:17:58 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -63,6 +63,7 @@
//_________________________________________________________________________________________________________________
#include <limits>
+#include <ostream>
#ifndef __FRAMEWORK_MACROS_REGISTRATION_HXX_
#include <macros/registration.hxx>
@@ -117,6 +118,7 @@
#include <services/frame.hxx>
#endif
+
#ifdef TF_FILTER//MUSTFILTER
#ifndef __FRAMEWORK_SERVICES_FILTERFACTORY_HXX_
#include <services/filterfactory.hxx>