summaryrefslogtreecommitdiff
path: root/framework
diff options
context:
space:
mode:
authorRüdiger Timm <rt@openoffice.org>2001-02-01 12:31:35 +0000
committerRüdiger Timm <rt@openoffice.org>2001-02-01 12:31:35 +0000
commitdd2e93cdd6f6b3c835765e5604928e8031e9d4eb (patch)
tree9c9c13507defe6895f75e9076a2e5fc3c2096cd2 /framework
parent5aac8b852e641132bcfc49ba0a9d55fd3280eea8 (diff)
#65293# include order: limits (from the stl) has to be included first, otherwise for solaris you get problems caused by a min/max macro defined somewhere
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 6dcea74bedbb..7376712f05e0 100644
--- a/framework/source/register/registerservices.cxx
+++ b/framework/source/register/registerservices.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: registerservices.cxx,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: as $ $Date: 2001-01-26 08:39:47 $
+ * last change: $Author: rt $ $Date: 2001-02-01 13:31:35 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -62,6 +62,8 @@
// includes of my own project
//_________________________________________________________________________________________________________________
+#include <limits>
+
#ifndef __FRAMEWORK_MACROS_REGISTRATION_HXX_
#include <macros/registration.hxx>
#endif