[Libreoffice-commits] .: basegfx/inc basegfx/source

Caolán McNamara caolan at kemper.freedesktop.org
Thu Oct 14 07:37:18 PDT 2010


 basegfx/inc/basegfx/tools/debugplotter.hxx |    2 +-
 basegfx/source/tools/debugplotter.cxx      |    2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

New commits:
commit ea80defa61e6ef2a3b2b6df3cb7453dada2dab6e
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Thu Oct 14 15:36:50 2010 +0100

    micro optimization, including iostream adds globals to your code

diff --git a/basegfx/inc/basegfx/tools/debugplotter.hxx b/basegfx/inc/basegfx/tools/debugplotter.hxx
index a36c5ab..6c39517 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 d45c172..a086819 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
 {


More information about the Libreoffice-commits mailing list