diff options
author | David Ostrovsky <david@ostrovsky.org> | 2015-09-12 23:58:21 +0200 |
---|---|---|
committer | David Ostrovsky <david@ostrovsky.org> | 2015-09-13 05:36:01 +0000 |
commit | 28ebbf16add84ddb5bef1b95574af1f26a305f37 (patch) | |
tree | d68a8aa7dd47d7659572aa009d7323446a35b893 /xmlhelp | |
parent | 1cebf4452fcff7faf13b6030204fa156d7c89e82 (diff) |
xmlhelp: Add missing include
Change-Id: Ie369f00a745dba82c8966f51886d74a8a9a7c1ff
Reviewed-on: https://gerrit.libreoffice.org/18523
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: David Ostrovsky <david@ostrovsky.org>
Diffstat (limited to 'xmlhelp')
-rw-r--r-- | xmlhelp/source/cxxhelp/provider/resultsetforquery.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xmlhelp/source/cxxhelp/provider/resultsetforquery.cxx b/xmlhelp/source/cxxhelp/provider/resultsetforquery.cxx index 7f127b215908..78c72eb0095a 100644 --- a/xmlhelp/source/cxxhelp/provider/resultsetforquery.cxx +++ b/xmlhelp/source/cxxhelp/provider/resultsetforquery.cxx @@ -17,6 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <iterator> + #include <comphelper/processfactory.hxx> #include <com/sun/star/ucb/Command.hpp> #include <com/sun/star/ucb/XCommandEnvironment.hpp> |