[Libreoffice-commits] .: comphelper/source

Fridrich Strba fridrich at kemper.freedesktop.org
Mon Mar 14 08:50:24 PDT 2011


 comphelper/source/property/opropertybag.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit f4878ad7319156725a0b3beccf762e84ed66bbdd
Author: Fridrich Å trba <fridrich.strba at bluewin.ch>
Date:   Mon Mar 14 16:49:54 2011 +0100

    insert_iterator not member of std:: error with Visual Studio 10

diff --git a/comphelper/source/property/opropertybag.cxx b/comphelper/source/property/opropertybag.cxx
index a93318f..f589c34 100644
--- a/comphelper/source/property/opropertybag.cxx
+++ b/comphelper/source/property/opropertybag.cxx
@@ -43,6 +43,7 @@
 
 #include <algorithm>
 #include <functional>
+#include <iterator>
 
 
 //--------------------------------------------------------------------------


More information about the Libreoffice-commits mailing list