diff options
author | David Ostrovsky <david@ostrovsky.org> | 2015-09-03 21:55:16 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2015-09-03 20:13:40 +0000 |
commit | aafc0d29178ebb88201d4062481d3498e4a9ff18 (patch) | |
tree | 19c1e97e7e98218892bd68f51ce96c7d1b35893b /unoxml/source | |
parent | 8a4848b373afee618769051d6c70fb4c9efdaeed (diff) |
unoxml: Add missing include
Change-Id: I5497abb747dc12080f076aaf81b946710bcd5570
Reviewed-on: https://gerrit.libreoffice.org/18319
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'unoxml/source')
-rw-r--r-- | unoxml/source/rdf/librdf_repository.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/unoxml/source/rdf/librdf_repository.cxx b/unoxml/source/rdf/librdf_repository.cxx index aefdc8d6c975..1dc5eaf5904e 100644 --- a/unoxml/source/rdf/librdf_repository.cxx +++ b/unoxml/source/rdf/librdf_repository.cxx @@ -23,6 +23,7 @@ #include <set> #include <map> +#include <iterator> #include <functional> #include <algorithm> |