From 54da9e3561f475cdb880a3fb8499255d2282367a Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Fri, 4 Jun 2004 02:18:18 +0000 Subject: INTEGRATION: CWS sb18 (1.19.4); FILE MERGED 2004/05/21 12:05:59 sb 1.19.4.2: RESYNC: (1.19-1.20); FILE MERGED 2004/05/18 09:54:48 sb 1.19.4.1: #i21150# Missing includes. --- cppu/inc/com/sun/star/uno/Reference.hxx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'cppu/inc/com') diff --git a/cppu/inc/com/sun/star/uno/Reference.hxx b/cppu/inc/com/sun/star/uno/Reference.hxx index a34f4942cb3d..ebd39dffc2cb 100644 --- a/cppu/inc/com/sun/star/uno/Reference.hxx +++ b/cppu/inc/com/sun/star/uno/Reference.hxx @@ -2,9 +2,9 @@ * * $RCSfile: Reference.hxx,v $ * - * $Revision: 1.20 $ + * $Revision: 1.21 $ * - * last change: $Author: hr $ $Date: 2004-04-14 11:54:07 $ + * last change: $Author: obo $ $Date: 2004-06-04 03:18:18 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -64,6 +64,9 @@ #ifndef _COM_SUN_STAR_UNO_REFERENCE_H_ #include #endif +#ifndef _COM_SUN_STAR_UNO_RUNTIMEEXCEPTION_HPP_ +#include +#endif #ifndef _COM_SUN_STAR_UNO_XINTERFACE_HDL_ #include #endif -- cgit