[Libreoffice-commits] .: forms/source
Caolán McNamara
caolan at kemper.freedesktop.org
Thu Oct 28 12:18:19 PDT 2010
forms/source/component/GroupManager.hxx | 3 +++
1 file changed, 3 insertions(+)
New commits:
commit e1576214241a561a545d3b55933ad72a78d8df90
Author: Caolán McNamara <caolanm at redhat.com>
Date: Thu Oct 28 20:18:06 2010 +0100
include algorithm for std::lower_bound
diff --git a/forms/source/component/GroupManager.hxx b/forms/source/component/GroupManager.hxx
index 62864c7..119144c 100644
--- a/forms/source/component/GroupManager.hxx
+++ b/forms/source/component/GroupManager.hxx
@@ -39,6 +39,9 @@
#include <cppuhelper/implbase2.hxx>
#include <comphelper/stl_types.hxx>
#include <comphelper/types.hxx>
+
+#include <algorithm>
+
using namespace comphelper;
/*========================================================================
More information about the Libreoffice-commits
mailing list