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 | bf22ce9e21de82fbc07922ff4cd5b889bea2dc2c (patch) | |
tree | 27a50f30b28a5830e07addb7bc9d7df4ddd37901 /codemaker | |
parent | 4e1d7df6f4cc023f3ee8932d802fab853d72e3bf (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')
-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 455810ce5..55ecfd20d 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" |