diff options
Diffstat (limited to 'starmath/source/config.cxx')
-rw-r--r-- | starmath/source/config.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/starmath/source/config.cxx b/starmath/source/config.cxx index 2a26b23275c3..843cc8fae2b8 100644 --- a/starmath/source/config.cxx +++ b/starmath/source/config.cxx @@ -2,9 +2,9 @@ * * $RCSfile: config.cxx,v $ * - * $Revision: 1.1.1.1 $ + * $Revision: 1.2 $ * - * last change: $Author: hr $ $Date: 2000-09-18 16:57:26 $ + * last change: $Author: tl $ $Date: 2000-11-02 15:07:16 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -88,6 +88,9 @@ #ifndef _SFXINTITEM_HXX //autogen #include <svtools/intitem.hxx> #endif +#ifndef _STREAM_HXX +#include <tools/stream.hxx> +#endif #ifndef CONFIG_HXX |