summaryrefslogtreecommitdiffstats
path: root/svx
diff options
context:
space:
mode:
authorEike Rathke <erack@erack.de>2011-09-11 18:19:22 +0200
committerEike Rathke <erack@erack.de>2011-09-11 18:19:22 +0200
commit6e1133b11852b4e8cd000d201a708ae836615214 (patch)
tree2974c95d0f65eff56a5c8d0f90c46c14d56f4d90 /svx
parentensureCapacity doesn't need to be done twice (diff)
downloadcore-6e1133b11852b4e8cd000d201a708ae836615214.tar.gz
core-6e1133b11852b4e8cd000d201a708ae836615214.zip
apparently gcc 4.3.1 tinderbox needs include cstdio
Diffstat (limited to 'svx')
-rw-r--r--svx/source/xml/xmlxtimp.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/svx/source/xml/xmlxtimp.cxx b/svx/source/xml/xmlxtimp.cxx
index a276d0be1aee..63e03e6ef428 100644
--- a/svx/source/xml/xmlxtimp.cxx
+++ b/svx/source/xml/xmlxtimp.cxx
@@ -66,6 +66,8 @@
#include "xmlxtimp.hxx"
+#include <cstdio>
+
using namespace com::sun::star;
using namespace com::sun::star::container;
using namespace com::sun::star::document;