summaryrefslogtreecommitdiff
path: root/include/tools/XmlWriter.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/tools/XmlWriter.hxx')
-rw-r--r--include/tools/XmlWriter.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/tools/XmlWriter.hxx b/include/tools/XmlWriter.hxx
index 6095d1379bfe..150bcffe0bf3 100644
--- a/include/tools/XmlWriter.hxx
+++ b/include/tools/XmlWriter.hxx
@@ -11,10 +11,12 @@
#define INCLUDED_TOOLS_XMLWRITER_HXX
#include <tools/toolsdllapi.h>
-#include <tools/stream.hxx>
+#include <rtl/ustring.hxx>
#include <memory>
#include <vector>
+class SvStream;
+
namespace tools
{
struct XmlWriterImpl;