summaryrefslogtreecommitdiff
path: root/basegfx
diff options
context:
space:
mode:
Diffstat (limited to 'basegfx')
-rw-r--r--basegfx/inc/basegfx/tools/debugplotter.hxx2
-rw-r--r--basegfx/source/tools/debugplotter.cxx2
2 files changed, 3 insertions, 1 deletions
diff --git a/basegfx/inc/basegfx/tools/debugplotter.hxx b/basegfx/inc/basegfx/tools/debugplotter.hxx
index ece104af3553..d375628637f9 100644
--- a/basegfx/inc/basegfx/tools/debugplotter.hxx
+++ b/basegfx/inc/basegfx/tools/debugplotter.hxx
@@ -37,7 +37,7 @@
#include <boost/utility.hpp> // for noncopyable
#include <vector>
#include <utility>
-#include <iostream>
+#include <iosfwd>
namespace basegfx
diff --git a/basegfx/source/tools/debugplotter.cxx b/basegfx/source/tools/debugplotter.cxx
index 2c68eb44a846..8f4ff65c86fb 100644
--- a/basegfx/source/tools/debugplotter.cxx
+++ b/basegfx/source/tools/debugplotter.cxx
@@ -34,6 +34,8 @@
#include <basegfx/tools/debugplotter.hxx>
#include <boost/bind.hpp>
+#include <ostream>
+
namespace basegfx
{