diff options
author | Rüdiger Timm <rt@openoffice.org> | 2008-07-11 12:26:43 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2008-07-11 12:26:43 +0000 |
commit | 42aa8870bebdc225863b90cbcfd6b4f3eded0e99 (patch) | |
tree | 373d5c25d52bc37b22d18b0653cfd4211d195985 /codemaker/inc | |
parent | 00f4015c20c45995bc8109f5f20cbd25c40ee83c (diff) |
INTEGRATION: CWS jsc21 (1.8.44); FILE MERGED
2008/04/23 09:49:35 jsc 1.8.44.2: RESYNC: (1.8-1.9); FILE MERGED
2008/02/13 08:54:56 jsc 1.8.44.1: #i72964# remove external header guards
Diffstat (limited to 'codemaker/inc')
-rw-r--r-- | codemaker/inc/codemaker/options.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/codemaker/inc/codemaker/options.hxx b/codemaker/inc/codemaker/options.hxx index 93fa7b760b76..2175649f09ac 100644 --- a/codemaker/inc/codemaker/options.hxx +++ b/codemaker/inc/codemaker/options.hxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: options.hxx,v $ - * $Revision: 1.9 $ + * $Revision: 1.10 $ * * This file is part of OpenOffice.org. * @@ -32,6 +32,7 @@ #define INCLUDED_CODEMAKER_OPTIONS_HXX #include <hash_map> + #include <codemaker/global.hxx> #if defined( _MSC_VER ) && ( _MSC_VER < 1200 ) |