diff options
author | David Tardon <dtardon@redhat.com> | 2011-11-25 07:26:10 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2011-11-25 07:26:10 +0100 |
commit | 20c8eb409e2b48d57f392c146f7414bab3551664 (patch) | |
tree | e90fd06ed7773900e50ad05e8dae2596f2c3bee9 /oox/source/mathml | |
parent | a1b57be652ac532ebddb3e3e53dddc35ae420f31 (diff) |
add missing include
Diffstat (limited to 'oox/source/mathml')
-rw-r--r-- | oox/source/mathml/importutils.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/oox/source/mathml/importutils.cxx b/oox/source/mathml/importutils.cxx index 1dcb84ed962b..8037e2bd964f 100644 --- a/oox/source/mathml/importutils.cxx +++ b/oox/source/mathml/importutils.cxx @@ -29,6 +29,8 @@ #include "oox/mathml/importutils.hxx" #include <assert.h> +#include <stdio.h> + #include <oox/token/tokens.hxx> #include <oox/token/namespaces.hxx> |