diff options
author | Caolán McNamara <caolanm@redhat.com> | 2010-10-28 20:18:06 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2010-10-28 20:18:06 +0100 |
commit | eec16c464060fd617c1384513a4580cd1d4b62ee (patch) | |
tree | 03c0edede9623e081a8a594bd4c8eee70edd9144 /forms | |
parent | eb3ab31953aa2463533223c1feca0db50a2341d1 (diff) |
include algorithm for std::lower_bound
Diffstat (limited to 'forms')
-rw-r--r-- | forms/source/component/GroupManager.hxx | 3 |
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; /*======================================================================== |