From d51370de64dca8b7ca2e2306a8ce776a53ce2818 Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Fri, 4 Jun 2004 02:21:03 +0000 Subject: INTEGRATION: CWS sb18 (1.13.24); FILE MERGED 2004/05/14 12:54:27 sb 1.13.24.1: #i21150# Missing includes. --- cppuhelper/source/implbase.cxx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'cppuhelper/source/implbase.cxx') diff --git a/cppuhelper/source/implbase.cxx b/cppuhelper/source/implbase.cxx index 3069a4f34092..c68e5bc2784b 100644 --- a/cppuhelper/source/implbase.cxx +++ b/cppuhelper/source/implbase.cxx @@ -2,9 +2,9 @@ * * $RCSfile: implbase.cxx,v $ * - * $Revision: 1.13 $ + * $Revision: 1.14 $ * - * last change: $Author: hr $ $Date: 2004-02-02 23:15:12 $ + * last change: $Author: obo $ $Date: 2004-06-04 03:21:03 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -74,6 +74,7 @@ #endif #include +#include "com/sun/star/uno/RuntimeException.hpp" using namespace ::osl; using namespace ::rtl; -- cgit