[Libreoffice-commits] .: forms/source

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Fri Nov 30 02:57:18 PST 2012


 forms/source/component/ListBox.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 79080b68f3d367e1ef82155d221e221b2a96a4c8
Author: Fridrich Å trba <fridrich.strba at bluewin.ch>
Date:   Fri Nov 30 11:56:46 2012 +0100

    Include <iterator>
    
    Change-Id: I8a3db271ed0400decc00b88c75603cc73ffdd1db

diff --git a/forms/source/component/ListBox.cxx b/forms/source/component/ListBox.cxx
index 5864d9e..c3aba8b 100644
--- a/forms/source/component/ListBox.cxx
+++ b/forms/source/component/ListBox.cxx
@@ -56,6 +56,7 @@
 
 #include <algorithm>
 #include <functional>
+#include <iterator>
 
 
 //.........................................................................


More information about the Libreoffice-commits mailing list