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 | 31b14af80cbcf6d72fcbf7c49a0b703768fe2ee1 (patch) | |
tree | 05428d82002d241f4270d414aa646097bfdf59b2 /codemaker | |
parent | bf22ce9e21de82fbc07922ff4cd5b889bea2dc2c (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')
-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 efb6fe195..41c267bfc 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 ) |