summaryrefslogtreecommitdiff
path: root/writerfilter
diff options
context:
space:
mode:
authorMichael Stahl <mst@openoffice.org>2010-09-27 15:35:46 +0200
committerMichael Stahl <mst@openoffice.org>2010-09-27 15:35:46 +0200
commit2c717f230b84c622e247fd8c146ab92cb877fd4a (patch)
tree24eb3a4c4c6d77346c5b5ee0ab9f2fc1c7eb6132 /writerfilter
parentb225430c128823c0d3f8a85b1e32dc955a5b6c26 (diff)
sw34bf01: #i144667#: patch by dtardon: add missing include
for build with -DDEBUG_ATTRIBUTES
Diffstat (limited to 'writerfilter')
-rwxr-xr-xwriterfilter/source/ooxml/OOXMLFactory.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/writerfilter/source/ooxml/OOXMLFactory.cxx b/writerfilter/source/ooxml/OOXMLFactory.cxx
index 6fac03898e42..f0c82dbf9a1b 100755
--- a/writerfilter/source/ooxml/OOXMLFactory.cxx
+++ b/writerfilter/source/ooxml/OOXMLFactory.cxx
@@ -25,6 +25,8 @@
*
************************************************************************/
+#include <stdio.h>
+
#include <rtl/instance.hxx>
#include <osl/mutex.hxx>
#include "OOXMLFactory.hxx"