INTEGRATION: CWS sb70 (1.3.48); FILE MERGED

2007/06/08 11:46:34 sb 1.3.48.1: #i78220# Missing include.
This commit is contained in:
Jens-Heiner Rechtien
2007-06-27 12:23:11 +00:00
parent 34b5a6affb
commit b49f06e66e

View File

@@ -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