From b49f06e66e0f7a84faba85cda3f480bed83bd312 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Wed, 27 Jun 2007 12:23:11 +0000 Subject: [PATCH] INTEGRATION: CWS sb70 (1.3.48); FILE MERGED 2007/06/08 11:46:34 sb 1.3.48.1: #i78220# Missing include. --- salhelper/inc/salhelper/singletonref.hxx | 8 ++++++-- 1 file 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