summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2010-10-28 20:18:06 +0100
committerCaolán McNamara <caolanm@redhat.com>2010-10-28 20:18:06 +0100
commite1576214241a561a545d3b55933ad72a78d8df90 (patch)
treed613cda51a90fd51928f35025f052c8eff50eba7
parent929597e176808ad77520228ac8664b5c3d87b74e (diff)
include algorithm for std::lower_bound
-rw-r--r--forms/source/component/GroupManager.hxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/forms/source/component/GroupManager.hxx b/forms/source/component/GroupManager.hxx
index 62864c7c7..119144c1c 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;
/*========================================================================