diff options
author | RĂ¼diger Timm <rt@openoffice.org> | 2008-07-11 12:26:28 +0000 |
---|---|---|
committer | RĂ¼diger Timm <rt@openoffice.org> | 2008-07-11 12:26:28 +0000 |
commit | 00f4015c20c45995bc8109f5f20cbd25c40ee83c (patch) | |
tree | d9bad3e52bc4b0c189c20a14e6e40b92d7d662b2 /codemaker/inc | |
parent | 2f19402cd5169bd7dbfba0a74769150c1617b856 (diff) |
INTEGRATION: CWS jsc21 (1.12.44); FILE MERGED
2008/04/23 09:49:49 jsc 1.12.44.2: RESYNC: (1.12-1.13); FILE MERGED
2008/02/13 08:54:56 jsc 1.12.44.1: #i72964# remove external header guards
Diffstat (limited to 'codemaker/inc')
-rw-r--r-- | codemaker/inc/codemaker/global.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/codemaker/inc/codemaker/global.hxx b/codemaker/inc/codemaker/global.hxx index 0c78f0dea07a..478ed02c2466 100644 --- a/codemaker/inc/codemaker/global.hxx +++ b/codemaker/inc/codemaker/global.hxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: global.hxx,v $ - * $Revision: 1.13 $ + * $Revision: 1.14 $ * * This file is part of OpenOffice.org. * @@ -36,6 +36,7 @@ #include <set> #include <stdio.h> + #include "osl/file.hxx" #include "rtl/ustring.hxx" #include "rtl/strbuf.hxx" |