From 6e1133b11852b4e8cd000d201a708ae836615214 Mon Sep 17 00:00:00 2001 From: Eike Rathke Date: Sun, 11 Sep 2011 18:19:22 +0200 Subject: apparently gcc 4.3.1 tinderbox needs include cstdio --- svx/source/xml/xmlxtimp.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'svx') 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 + using namespace com::sun::star; using namespace com::sun::star::container; using namespace com::sun::star::document; -- cgit