summaryrefslogtreecommitdiff
path: root/starmath/source/mathmlimport.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'starmath/source/mathmlimport.hxx')
-rw-r--r--starmath/source/mathmlimport.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/starmath/source/mathmlimport.hxx b/starmath/source/mathmlimport.hxx
index addab491ca3f..ded4ced23b72 100644
--- a/starmath/source/mathmlimport.hxx
+++ b/starmath/source/mathmlimport.hxx
@@ -26,6 +26,7 @@
#include <xmloff/xmltoken.hxx>
#include <node.hxx>
+#include <deque>
#include <memory>
class SfxMedium;
@@ -37,6 +38,8 @@ namespace com { namespace sun { namespace star {
} } }
+typedef std::deque<std::unique_ptr<SmNode>> SmNodeStack;
+
class SmXMLImportWrapper
{
css::uno::Reference<css::frame::XModel> xModel;