diff options
author | Eike Rathke <erack@erack.de> | 2011-09-11 18:19:22 +0200 |
---|---|---|
committer | Eike Rathke <erack@erack.de> | 2011-09-11 18:19:22 +0200 |
commit | 6e1133b11852b4e8cd000d201a708ae836615214 (patch) | |
tree | 2974c95d0f65eff56a5c8d0f90c46c14d56f4d90 | |
parent | 795662c5876194013b894b0b5a72fdc01dc1c604 (diff) |
apparently gcc 4.3.1 tinderbox needs include cstdio
-rw-r--r-- | svx/source/xml/xmlxtimp.cxx | 2 |
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; |