diff options
Diffstat (limited to 'starmath/source/format.cxx')
-rw-r--r-- | starmath/source/format.cxx | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/starmath/source/format.cxx b/starmath/source/format.cxx index b5ed6622f2ff..f79388822b41 100644 --- a/starmath/source/format.cxx +++ b/starmath/source/format.cxx @@ -2,9 +2,9 @@ * * $RCSfile: format.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 @@ -61,6 +61,9 @@ #pragma hdrstop +#ifndef _STREAM_HXX +#include <tools/stream.hxx> +#endif #ifndef FORMAT_HXX #include "format.hxx" |