summaryrefslogtreecommitdiff
path: root/bridges
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-06-04 01:59:59 +0000
committerOliver Bolte <obo@openoffice.org>2004-06-04 01:59:59 +0000
commit2bc5c27da661722b07ee907bc5466d8f18ab9cc7 (patch)
tree2e2b10f3e489c30ed031cca85c9825ac40f0badd /bridges
parent11b483d56360786fb75a4c142e8a908205d94b72 (diff)
INTEGRATION: CWS sb18 (1.9.20); FILE MERGED
2004/05/07 14:57:38 sb 1.9.20.1: #i21150# Missing includes.
Diffstat (limited to 'bridges')
-rw-r--r--bridges/source/cpp_uno/gcc3_linux_intel/except.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/bridges/source/cpp_uno/gcc3_linux_intel/except.cxx b/bridges/source/cpp_uno/gcc3_linux_intel/except.cxx
index 4a11466a416c..0c7d9ddf2883 100644
--- a/bridges/source/cpp_uno/gcc3_linux_intel/except.cxx
+++ b/bridges/source/cpp_uno/gcc3_linux_intel/except.cxx
@@ -2,9 +2,9 @@
*
* $RCSfile: except.cxx,v $
*
- * $Revision: 1.9 $
+ * $Revision: 1.10 $
*
- * last change: $Author: hr $ $Date: 2004-02-03 12:37:07 $
+ * last change: $Author: obo $ $Date: 2004-06-04 02:59:59 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -70,6 +70,7 @@
#include <osl/mutex.hxx>
#include <com/sun/star/uno/genfunc.hxx>
+#include "com/sun/star/uno/RuntimeException.hpp"
#include <typelib/typedescription.hxx>
#include <uno/any2.h>