diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-04-15 01:40:19 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-04-15 01:40:19 +0200 |
commit | 070f337c1e2e8ffbf419a7d952b1a1beaf768fcd (patch) | |
tree | 42c3d11a0fd3eb2400be1f4f55a455e283d536fd | |
parent | 88718a876e0d4467eaaccfc3c1873df2b53bf1d3 (diff) |
add missing header
Change-Id: I004be0486dc4e65d7007a087b68184dcb0e4d165
-rw-r--r-- | starmath/source/node.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/starmath/source/node.cxx b/starmath/source/node.cxx index d8bde2a1980d..41a74b5105f9 100644 --- a/starmath/source/node.cxx +++ b/starmath/source/node.cxx @@ -28,6 +28,7 @@ #include "tmpdevice.hxx" #include "visitors.hxx" +#include <comphelper/string.hxx> #include <tools/color.hxx> #include <tools/fract.hxx> #include <tools/gen.hxx> |