summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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