diff options
Diffstat (limited to 'starmath/source/unomodel.cxx')
-rw-r--r-- | starmath/source/unomodel.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/starmath/source/unomodel.cxx b/starmath/source/unomodel.cxx index b19c1aab166d..f103b1440a96 100644 --- a/starmath/source/unomodel.cxx +++ b/starmath/source/unomodel.cxx @@ -39,6 +39,7 @@ #include <cppuhelper/supportsservice.hxx> #include <unotools/moduleoptions.hxx> #include <tools/mapunit.hxx> +#include <tools/stream.hxx> #include <unomodel.hxx> #include <document.hxx> @@ -46,6 +47,7 @@ #include <symbol.hxx> #include <starmath.hrc> #include <strings.hrc> +#include <smmod.hxx> #include "cfgitem.hxx" using namespace ::cppu; |