forms/source/component/ListBox.cxx | 1 + 1 file changed, 1 insertion(+)
New commits: commit 79080b68f3d367e1ef82155d221e221b2a96a4c8 Author: Fridrich Å trba <[email protected]> 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> //.........................................................................
_______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
