diff options
-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 { |