diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-03-08 10:41:38 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2004-03-08 10:41:38 +0000 |
commit | eb20f26ad7b0ae6ee65823a206d974e7d264dfa4 (patch) | |
tree | 8fc7b5a7c858517e7f1cddae4e58c838ef6ba8d9 /sc/inc/opcode.hxx | |
parent | 42fd52fd38408113d40d9583d31330dbd0551c72 (diff) |
INTEGRATION: CWS cac (1.8.202); FILE MERGED
2003/07/01 15:48:57 er 1.8.202.1: #i4070# untangle compiler.hxx -> tokenarray.hxx, errorcodes.hxx
Diffstat (limited to 'sc/inc/opcode.hxx')
-rw-r--r-- | sc/inc/opcode.hxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sc/inc/opcode.hxx b/sc/inc/opcode.hxx index 426d3d2079c8..7542742d029d 100644 --- a/sc/inc/opcode.hxx +++ b/sc/inc/opcode.hxx @@ -2,9 +2,9 @@ * * $RCSfile: opcode.hxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: er $ $Date: 2001-07-12 21:28:55 $ + * last change: $Author: hr $ $Date: 2004-03-08 11:41:38 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -65,6 +65,9 @@ #ifndef SC_COMPILER_HRC #include "compiler.hrc" // OpCodes #endif +#ifndef _SOLAR_H +#include <tools/solar.h> +#endif enum OpCodeEnum { |