summaryrefslogtreecommitdiff
path: root/salhelper
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 12:23:11 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2007-06-27 12:23:11 +0000
commitb49f06e66e0f7a84faba85cda3f480bed83bd312 (patch)
tree0a8ed7732342dee82915f6fc5847cecac13553ef /salhelper
parent34b5a6affb7d00c30ae7478cd9d7f3c5aed0043a (diff)
INTEGRATION: CWS sb70 (1.3.48); FILE MERGED
2007/06/08 11:46:34 sb 1.3.48.1: #i78220# Missing include.
Diffstat (limited to 'salhelper')
-rw-r--r--salhelper/inc/salhelper/singletonref.hxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/salhelper/inc/salhelper/singletonref.hxx b/salhelper/inc/salhelper/singletonref.hxx
index 9b89feb7298e..73399eb62480 100644
--- a/salhelper/inc/salhelper/singletonref.hxx
+++ b/salhelper/inc/salhelper/singletonref.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: singletonref.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 16:59:58 $
+ * last change: $Author: hr $ $Date: 2007-06-27 13:23:11 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -47,6 +47,10 @@
#include "rtl/instance.hxx"
#endif
+#ifndef _OSL_DIAGNOSE_H_
+#include "osl/diagnose.h"
+#endif
+
#ifndef INCLUDED_OSL_GETGLOBALMUTEX_HXX
#include "osl/getglobalmutex.hxx"
#endif