diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-07-11 12:30:42 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-07-11 12:30:42 +0000 |
commit | 97a753f159c2357a8abaee2c1daa69c786fa0f64 (patch) | |
tree | c3920d9338a7d485d0c0296b631921d35c11a6d7 /codemaker | |
parent | b3da96948d17fbe6a54d18586bb4e42a11121a40 (diff) |
INTEGRATION: CWS jsc21 (1.5.34); FILE MERGED
2008/04/23 09:48:59 jsc 1.5.34.2: RESYNC: (1.5-1.6); FILE MERGED
2008/02/13 08:54:58 jsc 1.5.34.1: #i72964# remove external header guards
Diffstat (limited to 'codemaker')
-rw-r--r-- | codemaker/source/idlmaker/idlmaker.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/codemaker/source/idlmaker/idlmaker.cxx b/codemaker/source/idlmaker/idlmaker.cxx index 710039c2f926..64fafb2a5c35 100644 --- a/codemaker/source/idlmaker/idlmaker.cxx +++ b/codemaker/source/idlmaker/idlmaker.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: idlmaker.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> |