diff options
-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> |