summaryrefslogtreecommitdiff
path: root/forms
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
commiteec16c464060fd617c1384513a4580cd1d4b62ee (patch)
tree03c0edede9623e081a8a594bd4c8eee70edd9144 /forms
parenteb3ab31953aa2463533223c1feca0db50a2341d1 (diff)
include algorithm for std::lower_bound
Diffstat (limited to 'forms')
-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 f7841e515432..aa2218856282 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;
/*========================================================================