[Libreoffice-commits] .: svx/source

Eike Rathke erack at kemper.freedesktop.org
Sun Sep 11 09:21:22 PDT 2011


 svx/source/xml/xmlxtimp.cxx |    2 ++
 1 file changed, 2 insertions(+)

New commits:
commit 6e1133b11852b4e8cd000d201a708ae836615214
Author: Eike Rathke <erack at erack.de>
Date:   Sun Sep 11 18:19:22 2011 +0200

    apparently gcc 4.3.1 tinderbox needs include cstdio

diff --git a/svx/source/xml/xmlxtimp.cxx b/svx/source/xml/xmlxtimp.cxx
index a276d0b..63e03e6 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;


More information about the Libreoffice-commits mailing list