diff options
-rw-r--r-- | codemaker/source/cunomaker/cunomaker.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/codemaker/source/cunomaker/cunomaker.cxx b/codemaker/source/cunomaker/cunomaker.cxx index 5486517e4d3a..f770181377fc 100644 --- a/codemaker/source/cunomaker/cunomaker.cxx +++ b/codemaker/source/cunomaker/cunomaker.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: cunomaker.cxx,v $ - * $Revision: 1.6 $ + * $Revision: 1.7 $ * * This file is part of OpenOffice.org. * @@ -34,6 +34,7 @@ #include <stdio.h> #include "sal/main.h" + #include <codemaker/typemanager.hxx> #include <codemaker/dependency.hxx> |