diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-07-11 12:27:19 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-07-11 12:27:19 +0000 |
commit | 70b846b33c1b52fe9ed9ec83bf95e0e71c673476 (patch) | |
tree | d3a84270e6ae2e99cfd0aece7b758479918412cd | |
parent | 42aa8870bebdc225863b90cbcfd6b4f3eded0e99 (diff) |
INTEGRATION: CWS jsc21 (1.5.34); FILE MERGED
2008/04/23 09:48:52 jsc 1.5.34.2: RESYNC: (1.5-1.6); FILE MERGED
2008/02/13 08:54:56 jsc 1.5.34.1: #i72964# remove external header guards
-rw-r--r-- | codemaker/source/bonobowrappermaker/corbamaker.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/codemaker/source/bonobowrappermaker/corbamaker.cxx b/codemaker/source/bonobowrappermaker/corbamaker.cxx index e388ba5894d2..097b73001f61 100644 --- a/codemaker/source/bonobowrappermaker/corbamaker.cxx +++ b/codemaker/source/bonobowrappermaker/corbamaker.cxx @@ -8,7 +8,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: corbamaker.cxx,v $ - * $Revision: 1.6 $ + * $Revision: 1.7 $ * * This file is part of OpenOffice.org. * @@ -35,6 +35,7 @@ #include <stdio.h> #include "sal/main.h" + #include <codemaker/typemanager.hxx> #include <codemaker/dependency.hxx> |