summaryrefslogtreecommitdiff
path: root/starmath/source/ooxmlimport.cxx
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2015-03-30 14:48:58 +0900
committerNoel Grandin <noelgrandin@gmail.com>2015-03-30 09:54:39 +0000
commit25c5bf88255fa02c1dab515dfb95736826f7b326 (patch)
treebe244545634f483bff3c5e91811e941bd4270138 /starmath/source/ooxmlimport.cxx
parent6e6f822e2be39e2ceb146c6eeed10b965ae6e0b9 (diff)
stop including irrelevant header; include right ones instead
Change-Id: I461bbd4b9a39e449a66fcaf84fe1d82c969c3e26 Reviewed-on: https://gerrit.libreoffice.org/15061 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'starmath/source/ooxmlimport.cxx')
-rw-r--r--starmath/source/ooxmlimport.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/starmath/source/ooxmlimport.cxx b/starmath/source/ooxmlimport.cxx
index 10c3d3b15e99..daf3f2681932 100644
--- a/starmath/source/ooxmlimport.cxx
+++ b/starmath/source/ooxmlimport.cxx
@@ -9,10 +9,12 @@
#include "ooxmlimport.hxx"
+#include "types.hxx"
#include <oox/token/tokens.hxx>
#include <oox/token/namespaces.hxx>
#include <rtl/ustring.hxx>
+#include <rtl/ustrbuf.hxx>
using namespace oox;
using namespace oox::formulaimport;