summaryrefslogtreecommitdiffstats
path: root/include/tools/XmlWalker.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/tools/XmlWalker.hxx')
-rw-r--r--include/tools/XmlWalker.hxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/tools/XmlWalker.hxx b/include/tools/XmlWalker.hxx
index 28dddcb51778..204d71b5f48c 100644
--- a/include/tools/XmlWalker.hxx
+++ b/include/tools/XmlWalker.hxx
@@ -11,9 +11,11 @@
#define INCLUDED_TOOLS_XMLWALKER_HXX
#include <tools/toolsdllapi.h>
-#include <tools/stream.hxx>
+#include <rtl/string.hxx>
#include <memory>
+class SvStream;
+
namespace tools
{
struct XmlWalkerImpl;